SmsCustomDialog.PageData Property
Gets or sets page information for the custom dialog box.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim value As SmsPageData
value = Me.PageData
Me.PageData = value
Syntax
'Declaration
Protected Property PageData As SmsPageData
protected SmsPageData PageData { get; set; }
protected:
property SmsPageData^ PageData {
SmsPageData^ get ();
void set (SmsPageData^ value);
}
/** @property */
protected SmsPageData get_PageData ()
/** @property */
protected void set_PageData (SmsPageData value)
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
Reference
SmsCustomDialog Class
SmsCustomDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsPageData