Share via


MmcListViewDescription.Options Property

 

Get or sets the list view options.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public MmcListViewOptions Options { get; set; }
public:
property MmcListViewOptions Options {
    MmcListViewOptions get();
    void set(MmcListViewOptions value);
}
member Options : MmcListViewOptions with get, set
Public Property Options As MmcListViewOptions

Property Value

Type: Microsoft.ManagementConsole.MmcListViewOptions

The bitwise combination of the option values

Remarks

Setting this property does not change the options for existing list view instances. Only future list view instances are affected.

See Also

MmcListViewDescription Class
Microsoft.ManagementConsole Namespace

Return to top