PropertyPage.Initialized Property
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