MmcListView.Options Property
Gets the list view options.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public MmcListViewOptions Options { get; }
public:
property MmcListViewOptions Options {
MmcListViewOptions get();
}
member Options : MmcListViewOptions with get
Public ReadOnly Property Options As MmcListViewOptions
Property Value
Type: Microsoft.ManagementConsole.MmcListViewOptions
The options
Remarks
The options are specified in the MmcListViewDescription class and cannot be modified after the view is created.
See Also
MmcListView Class
Microsoft.ManagementConsole Namespace
Return to top