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
Visual Basic |
Dim instance As SmsPageData
Dim value As ISmsPage
value = instance.ParentControl
instance.ParentControl = value
|
Syntax
Visual Basic |
Public Property ParentControl As ISmsPage
|
C# |
public ISmsPage ParentControl { get; set; }
|
J# |
/** @property */
public ISmsPage get_ParentControl ()
/** @property */
public void set_ParentControl (ISmsPage value)
|
JScript |
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