IdentityReferenceCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví uzel v zadaném indexu IdentityReferenceCollection kolekce.

public:
 property System::Security::Principal::IdentityReference ^ default[int] { System::Security::Principal::IdentityReference ^ get(int index); void set(int index, System::Security::Principal::IdentityReference ^ value); };
public System.Security.Principal.IdentityReference this[int index] { get; set; }
member this.Item(int) : System.Security.Principal.IdentityReference with get, set
Default Public Property Item(index As Integer) As IdentityReference

Parametry

index
Int32

Index založený na nule v kolekci IdentityReferenceCollection .

Hodnota vlastnosti

IdentityReference

V IdentityReference zadaném indexu v kolekci. Pokud index je větší nebo roven počtu uzlů v kolekci, je vrácená hodnota null.

Platí pro