Share via


ViewDescriptionCollection.DefaultIndex Property

 

Gets or sets the index of the default view description for the collection. The default view description specifies the view to present when the scope node is selected.

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

Syntax

public int DefaultIndex { get; set; }
public:
property int DefaultIndex {
    int get();
    void set(int value);
}
member DefaultIndex : int with get, set
Public Property DefaultIndex As Integer

Property Value

Type: System.Int32

The index of the default view description.

See Also

ScopeNode
ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace

Return to top