MmcListView.Columns Property
Gets the collection of columns that are associated with this MMC list view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public MmcListViewColumnCollection Columns { get; }
public:
property MmcListViewColumnCollection^ Columns {
MmcListViewColumnCollection^ get();
}
member Columns : MmcListViewColumnCollection with get
Public ReadOnly Property Columns As MmcListViewColumnCollection
Property Value
Type: Microsoft.ManagementConsole.MmcListViewColumnCollection
The collection of columns for this list view
Remarks
The contained columns have a state that depends on the MMC list view that they are in, so this column collection cannot be reused for more than one list view instance. This property is read-only.
See Also
MmcListView Class
Microsoft.ManagementConsole Namespace
Return to top