IdentityReferenceCollection.Item[Int32] Свойство

Определение

Возвращает или задает узел по указанному индексу коллекции IdentityReferenceCollection.

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

Параметры

index
Int32

Отсчитываемый от нуля индекс в коллекции IdentityReferenceCollection.

Значение свойства

IdentityReference

Объект IdentityReference, содержащийся в коллекции по указанному индексу. Если значение параметра index больше или равно числу узлов в коллекции, возвращается значение null.

Применяется к