Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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