ViewDescriptionCollection.Item Property (Int32)
Gets or sets the ViewDescription object at the specified index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ViewDescription this[
int index
] { get; set; }
public:
property ViewDescription^ default[
int index
] {
ViewDescription^ get(int index);
void set(int index, ViewDescription^ value);
}
member Item :
index:int -> ViewDescription with get, set
Public Property Item (
index As Integer
) As ViewDescription
Parameters
index
Type: System.Int32The index of the view description.
Property Value
Type: Microsoft.ManagementConsole.ViewDescription
The view description at the specified index.
See Also
ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace
Return to top