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