ValueCollection Members

The ValueCollection class represents a collection of Value objects that all have the same data type.

The following tables list the members exposed by the ValueCollection type.

Protected Constructors

  Name Description
  ValueCollection The ValueCollection constructor creates an instance of the ValueCollection class.

Top

Public Properties

  Name Description
public property Count The Count property retrieves the number of items in the ValueCollection object.
public property Item The Item property retrieves a specific member of the collection.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Overloaded.  
public method Clear The Clear method removes all values from the ValueCollection.
public method Contains Overloaded.  
public method Equals  (Inherited from Object)
public method GetEnumerator  
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method Remove Overloaded.  
public method Set The Set method removes all of the values of the ValueCollection and adds a single bool value.
public method ToByteArrays The ToByteArrays method converts the ValueCollection into an array of Byte arrays.
public method ToIntegerArray The ToIntegerArray method converts the ValueCollection into an array of integers.
public method ToString  (Inherited from Object)
public method ToStringArray The ToStringArray method converts the ValueCollection into an array of strings.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

ValueCollection Class
Microsoft.MetadirectoryServices Namespace
Value Class