Microsoft Identity Integration Server 2003 Developer Reference

ValueCollection.Item

The ValueCollection.Item propertyretrieves a specific member of the collection.
[C#]
public Value this[
  Int32 index
] {get;}
[Visual Basic .NET]
Public ReadOnly Property Item( _
  ByVal index As Int32 _
) As Value

Parameters

index
Contains the zero-based index of the member to retrieve. If the collection contains no member at this index, this property will throw the ArgumentOutOfRangeException exception.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

Value, ValueCollection