IdentityReferenceCollection.Item[Int32] Eigenschap

Definitie

Hiermee wordt het knooppunt opgehaald of ingesteld op de opgegeven index van de IdentityReferenceCollection verzameling.

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

Parameters

index
Int32

De op nul gebaseerde index in de IdentityReferenceCollection verzameling.

Waarde van eigenschap

De IdentityReference op de opgegeven index in de verzameling. Als index deze groter is dan of gelijk is aan het aantal knooppunten in de verzameling, is nullde retourwaarde .

Van toepassing op