Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Dim instance As ValueCollection
'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ValueCollection
Implements IEnumerable
[DefaultMemberAttribute("Item")]
public abstract class ValueCollection : IEnumerable
[DefaultMemberAttribute(L"Item")]
public ref class ValueCollection abstract : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
public abstract class ValueCollection implements IEnumerable
DefaultMemberAttribute("Item")
public abstract class ValueCollection implements IEnumerable
There is no implicit ordering to values added to the collection.
System.Object
Microsoft.MetadirectoryServices.ValueCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
ValueCollection Members
Microsoft.MetadirectoryServices Namespace
Value Class