Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the initialization flag.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool Initialized { get; }
public:
property bool Initialized {
bool get();
}
member Initialized : bool with get
Public ReadOnly Property Initialized As Boolean
Property Value
Type: System.Boolean
true if the page is initialized; otherwise false
See Also
PropertyPage Class
Microsoft.ManagementConsole Namespace
Return to top