Click or drag to resize
LaunchBox

ICustomField Interface

This interface represents a custom field that is associated with an IGame in LaunchBox/Big Box.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: 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

The ICustomField type exposes the following members.

Properties
 NameDescription
Public propertyGameId Gets or sets the ID of the game that is associated with this Custom Field. Maps up directly to the game's Id property.
Public propertyName Gets or sets the Name of this Custom Field.
Public propertyValue Gets or sets the Value of this Custom Field.
Top
See Also