PropertySheetExtension.ExtensionPropertySheet Property

 

Gets the extensions property sheet containing the extension pages.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public PropertySheet ExtensionPropertySheet { get; }
public:
property PropertySheet^ ExtensionPropertySheet {
    PropertySheet^ get();
}
member ExtensionPropertySheet : PropertySheet with get
Public ReadOnly Property ExtensionPropertySheet As PropertySheet

Property Value

Type: Microsoft.ManagementConsole.PropertySheet

The extensions property sheet.

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.

See Also

PropertySheetExtension Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top