PropertyPage.Dirty Property

 

Gets or sets the dirty flag for the property page.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public bool Dirty { get; set; }
public:
property bool Dirty {
    bool get();
    void set(bool value);
}
member Dirty : bool with get, set
Public Property Dirty As Boolean

Property Value

Type: System.Boolean

true if the page is dirty; otherwise false

See Also

PropertyPage Class
Microsoft.ManagementConsole Namespace

Return to top