AuthenticationInfoCollection.DefaultIndex Property

Definition

Gets or sets the index of the default object within the collection.

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

Property Value

An integer that represents the index of the default object within the collection.

Applies to