SmsPageControl.ParentControl Property
Gets the parent control for the page control.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim value As ISmsPage
value = Me.ParentControl
Syntax
'Declaration
Protected ReadOnly Property ParentControl As ISmsPage
protected ISmsPage ParentControl { get; }
protected:
property ISmsPage^ ParentControl {
ISmsPage^ get ();
}
/** @property */
protected ISmsPage get_ParentControl ()
protected function get ParentControl () : ISmsPage
Property Value
ISmsPage interface for the parent.
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
ISmsPage Interface