| MvProcessIsInitialized Property |
Indicates if the process has been initialized.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static bool IsInitialized { get; }
Public Shared ReadOnly Property IsInitialized As Boolean
Get
public:
static property bool IsInitialized {
bool get ();
}
Property Value
Type:
Booleantrue if the process has
already been initialized,
false otherwise.
See Also