Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value to indicate whether there are current page changes for the tabbed dialog box.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsTabbedDialog
Dim value As Boolean
value = instance.Dirty
instance.Dirty = value
Syntax
'Declaration
Public Property Dirty As Boolean
public bool Dirty { get; set; }
public:
virtual property bool Dirty {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_Dirty ()
/** @property */
public final void set_Dirty (boolean value)
public final function get Dirty () : boolean
public final 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
SmsTabbedDialog Class
SmsTabbedDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace