ISmsPage.Dirty Property
Gets or sets a value that indicates to the operating system if there are current page changes.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ISmsPage
Dim value As Boolean
value = instance.Dirty
instance.Dirty = value
Syntax
'Declaration
Property Dirty As Boolean
bool Dirty { get; set; }
property bool Dirty {
bool get ();
void set (bool value);
}
/** @property */
boolean get_Dirty ()
/** @property */
void set_Dirty (boolean value)
function get Dirty () : boolean
function set Dirty (value : boolean)
Property Value
true if there are current page changes; otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ISmsPage Interface
ISmsPage Members
Microsoft.ConfigurationManagement.AdminConsole Namespace