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 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