| IAlternateName Interface |
This interface represents an alternate name that is associated with an
IGame in LaunchBox/Big Box.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax public interface IAlternateName
Public Interface IAlternateName
public interface class IAlternateName
type IAlternateName = interface end
The IAlternateName type exposes the following members.
Properties | Name | Description |
---|
| GameId |
Gets or sets the ID of the game that is associated with this Alternate Name. Maps up directly to the game's Id property.
|
| Name |
Gets or sets the Name of this Alternate Name.
|
| Region |
Gets or sets the Region of this Alternate Name.
|
TopSee Also