Share via


MmcListViewColumnCollection.Item Property (Int32)

 

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

Property Value

Type: Microsoft.ManagementConsole.MmcListViewColumn

The column at the specified index.

See Also

MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace

Return to top