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)
Parameters
- index
-
Type:
System.Int32
The zero-based index in the IdentityReferenceCollection collection.
Property Value
Type: System.Security.Principal.IdentityReferenceThe 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: