| ICustomField Interface |
This interface represents a custom field 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 ICustomField
Public Interface ICustomField
public interface class ICustomField
type ICustomField = interface end
The ICustomField type exposes the following members.
Properties | Name | Description |
---|
| GameId |
Gets or sets the ID of the game that is associated with this Custom Field. Maps up directly to the game's Id property.
|
| Name |
Gets or sets the Name of this Custom Field.
|
| Value |
Gets or sets the Value of this Custom Field.
|
TopSee Also