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