MmcListView.Mode Property
Gets or sets the mode for the MMC list view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public MmcListViewMode Mode { get; set; }
public:
property MmcListViewMode Mode {
MmcListViewMode get();
void set(MmcListViewMode value);
}
member Mode : MmcListViewMode with get, set
Public Property Mode As MmcListViewMode
Property Value
Type: Microsoft.ManagementConsole.MmcListViewMode
The mode
Remarks
The get operation on the mode is expensive and should be used sparingly.
Requirements
See Also
MmcListView Class
Microsoft.ManagementConsole Namespace
Return to top