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 flag that indicates destruction.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool Destroyed { get; }
public:
property bool Destroyed {
bool get();
}
member Destroyed : bool with get
Public ReadOnly Property Destroyed As Boolean
Property Value
Type: System.Boolean
true if destroyed; otherwise false
See Also
PropertyPage Class
Microsoft.ManagementConsole Namespace
Return to top