| MvOptionsSingleton Property |
Gets and sets the singleton.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static MvOptions Singleton { get; set; }
Public Shared Property Singleton As MvOptions
Get
Set
public:
static property MvOptions^ Singleton {
MvOptions^ get ();
void set (MvOptions^ value);
}
Property Value
Type:
MvOptions
The singleton.
See Also