| MvComponentFactorySingleton Property |
Gets and sets the component factory.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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