PropertyPage.ParentSheet Property
Gets the owner of the property page.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public PropertySheet ParentSheet { get; }
public:
property PropertySheet^ ParentSheet {
PropertySheet^ get();
}
member ParentSheet : PropertySheet with get
Public ReadOnly Property ParentSheet As PropertySheet
Property Value
Type: Microsoft.ManagementConsole.PropertySheet
The parent PropertySheet
See Also
PropertyPage Class
Microsoft.ManagementConsole Namespace
Return to top