Gets or sets a
ValueCollection
object that contains the value or values of the attribute. This
property applies to both single-valued and multi-valued
attributes.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Visual Basic |
Dim instance As Attrib
Dim value As ValueCollection
value = instance.Values
instance.Values = value
|
Syntax
Property Value
Returns a
ValueCollection.
Exceptions
Exception type |
Condition |
System.ArgumentNullException
|
Null reference value.
|
System.InvalidOperationException
|
You cannot convert one of the values that is contained
in the source collection to the data type of the target
collection.
|
Remarks
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