Freigeben über


SmsPageControl.Applied Property

Gets a value that indicates whether changes have been applied to the page.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsPageControl
Dim value As Boolean

value = instance.Applied

Syntax

'Declaration
Public ReadOnly Property Applied As Boolean
public bool Applied { get; }
public:
property bool Applied {
    bool get ();
}
/** @property */
public boolean get_Applied ()
public function get Applied () : boolean

Property Value

true if changes have been applied to the 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

SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ApplyChanges