ValueCollection.Item Property

The ValueCollection.Item propertyretrieves a specific member of the collection.

public Value this[
  Int32 index
] {get;}
    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 ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

Value
ValueCollection

Send comments about this topic to Microsoft

Build date: 2/16/2009