SmsPropertyPage.Dirty Property
Gets or sets a value that indicates whether data has changed on the property page.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPropertyPage
Dim value As Boolean
value = instance.Dirty
instance.Dirty = value
Syntax
'Declaration
Public Overrides NotOverridable Property Dirty As Boolean
public override sealed bool Dirty { get; set; }
public:
virtual property bool Dirty {
bool get () override sealed;
void set (bool value) override sealed;
}
/** @property */
public final boolean get_Dirty ()
/** @property */
public final void set_Dirty (boolean value)
public override final function get Dirty () : boolean
public override final function set Dirty (value : boolean)
Property Value
true if data has changed on the property page; 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
SmsPropertyPage Class
SmsPropertyPage Members
Microsoft.ConfigurationManagement.AdminConsole Namespace