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.
Retrieves a page using its Id.
Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public PropertyPage GetPropertyPage(
    int index
)
public:
PropertyPage^ GetPropertyPage(
    int index
)
member GetPropertyPage : 
        index:int -> PropertyPage
Public Function GetPropertyPage (
    index As Integer
) As PropertyPage
Parameters
index
Type: System.Int32Index of the page in the collection.
Return Value
Type: Microsoft.ManagementConsole.PropertyPage
The retrieved property page. Returns null if not the property page is not found.
See Also
PropertySheet Class
Microsoft.ManagementConsole Namespace
Return to top