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

Visual Basic
Dim instance As SmsPageControl
Dim value As Boolean

value = instance.Applied

Syntax

Visual Basic
Public ReadOnly Property Applied As Boolean
C#
public bool Applied { get; }
C++
public:
property bool Applied {
		bool get ();
}
J#
/** @property */
public boolean get_Applied ()
JScript
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