PropertyPageCollection.Item Property (Int32)

 

Gets or sets the PropertyPage object at the specified index.

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

Syntax

public PropertyPage this[
    int index
] { get; set; }
public:
property PropertyPage^ default[
    int index
] {
    PropertyPage^ get(int index);
    void set(int index, PropertyPage^ value);
}
member Item : 
        index:int -> PropertyPage with get, set
Public Property Item (
    index As Integer
) As PropertyPage

Parameters

Property Value

Type: Microsoft.ManagementConsole.PropertyPage

The property page at the specified index.

See Also

PropertyPageCollection Class
Microsoft.ManagementConsole Namespace

Return to top