IdentityReferenceCollection.Item Property (Int32)

 

Sets or gets the node at the specified index of the IdentityReferenceCollection collection.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

Public Property Item (
	index As Integer
) As IdentityReference

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
Return to top
Show: