| MvComponentFactorySingleton Property |
Gets and sets the component factory.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static MvComponentFactory Singleton { get; set; }
Public Shared Property Singleton As MvComponentFactory
Get
Set
public:
static property MvComponentFactory^ Singleton {
MvComponentFactory^ get ();
void set (MvComponentFactory^ value);
}
Property Value
Type:
MvComponentFactory
The
MvComponent factory.
Remarks
If no factory has been declared yet, an instance of the class
MvComponentFactory is automatically created.
See Also