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 | |
---|---|---|
Count | The Count property retrieves the number of items in the ValueCollection object. | |
Item | The Item property retrieves a specific member of the collection. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Overloaded. | |
Clear | The Clear method removes all values from the ValueCollection. | |
Contains | Overloaded. | |
Equals | (Inherited from Object) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Remove | Overloaded. | |
Set | The Set method removes all of the values of the ValueCollection and adds a single bool value. | |
ToByteArrays | The ToByteArrays method converts the ValueCollection into an array of Byte arrays. | |
ToIntegerArray | The ToIntegerArray method converts the ValueCollection into an array of integers. | |
ToString | (Inherited from Object) | |
ToStringArray | The ToStringArray method converts the ValueCollection into an array of strings. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
ValueCollection Class
Microsoft.MetadirectoryServices Namespace
Value Class