Gets or sets page information for the custom dialog box. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim value As SmsPageData

value = Me.PageData

Me.PageData = value

Syntax

Visual Basic
Protected Property PageData As SmsPageData
C#
protected SmsPageData PageData { get; set; }
C++
protected:
property SmsPageData^ PageData {
		SmsPageData^ get ();
		void set (SmsPageData^ value);
}
J#
/** @property */
protected SmsPageData get_PageData ()

/** @property */
protected void set_PageData (SmsPageData value)
JScript
protected function get PageData () : SmsPageData

protected function set PageData (value : SmsPageData)

Property Value

SmsPageData object.

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