Gets the parent control for the page control. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim value As ISmsPage

value = Me.ParentControl

Syntax

Visual Basic
Protected ReadOnly Property ParentControl As ISmsPage
C#
protected ISmsPage ParentControl { get; }
C++
protected:
property ISmsPage^ ParentControl {
		ISmsPage^ get ();
}
J#
/** @property */
protected ISmsPage get_ParentControl ()
JScript
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