The ValueCollection class represents a collection of Value objects that all have the same data type.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ValueCollection

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ValueCollection
		Implements IEnumerable
C#
[DefaultMemberAttribute("Item")] 
public abstract class ValueCollection : IEnumerable
C++
[DefaultMemberAttribute(L"Item")] 
public ref class ValueCollection abstract : IEnumerable
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class ValueCollection implements IEnumerable
JScript
DefaultMemberAttribute("Item") 
public abstract class ValueCollection implements IEnumerable

Remarks

There is no implicit ordering to values added to the collection.


Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.ValueCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also