| PluginHelperStateManager Property |
Gets or sets the State Manager object used to access current state information for LaunchBox and Big Box. This property is automatically set by LaunchBox and Big Box and should not be set by any plugins.
Namespace: Unbroken.LaunchBox.PluginsAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax public static IStateManager StateManager { get; set; }
Public Shared Property StateManager As IStateManager
Get
Set
public:
static property IStateManager^ StateManager {
IStateManager^ get ();
void set (IStateManager^ value);
}
static member StateManager : IStateManager with get, set
Property Value
IStateManagerSee Also