ValueCollection.Add Method

Overload List

Name Description
ValueCollection.Add (Value) The Add method adds a Value object to the ValueCollection.
ValueCollection.Add (ValueCollection) The Add method adds the contents of another ValueCollection to this ValueCollection.
ValueCollection.Add (Byte[]) The Add method adds a binary value to the ValueCollection.
ValueCollection.Add (Int64) The Add method adds an integer value to the ValueCollection.
ValueCollection.Add (String) The Add method adds a string value to the ValueCollection.

See Also

Reference

ValueCollection Class
ValueCollection Members
Microsoft.MetadirectoryServices Namespace
Value Class