Share via


PropertyPage.Destroyed Property

 

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