IdentityReferenceCollection::Item Property (Int32)
.NET Framework (current version)
Sets or gets the node at the specified index of the IdentityReferenceCollection collection.
Assembly: mscorlib (in mscorlib.dll)
public: property IdentityReference^ default[ int index ] { IdentityReference^ get(int index); void set(int index, IdentityReference^ value); }
Parameters
- index
-
Type:
System::Int32
The zero-based index in the IdentityReferenceCollection collection.
Property Value
Type: System.Security.Principal::IdentityReference^The IdentityReference at the specified index in the collection. If index is greater than or equal to the number of nodes in the collection, the return value is null.
.NET Framework
Available since 2.0
Available since 2.0
Show: