SmsPageData.ParentControl Property
Gets or sets a reference to either a type of property page or a type of wizard page.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageData
Dim value As ISmsPage
value = instance.ParentControl
instance.ParentControl = value
Syntax
'Declaration
Public Property ParentControl As ISmsPage
public ISmsPage ParentControl { get; set; }
public:
property ISmsPage^ ParentControl {
ISmsPage^ get ();
void set (ISmsPage^ value);
}
/** @property */
public ISmsPage get_ParentControl ()
/** @property */
public void set_ParentControl (ISmsPage value)
public function get ParentControl () : ISmsPage
public function set ParentControl (value : ISmsPage)
Property Value
ISmsPage interface for the page type.
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
SmsPageData Class
SmsPageData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ISmsPage Interface