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 column at the specified index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public MmcListViewColumn this[
int index
] { get; set; }
public:
property MmcListViewColumn^ default[
int index
] {
MmcListViewColumn^ get(int index);
void set(int index, MmcListViewColumn^ value);
}
member Item :
index:int -> MmcListViewColumn with get, set
Public Property Item (
index As Integer
) As MmcListViewColumn
Parameters
index
Type: System.Int32The index of the column.
Property Value
Type: Microsoft.ManagementConsole.MmcListViewColumn
The column at the specified index.
See Also
MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace
Return to top