Gets a collection of the values of all the properties in the
collection.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public MustOverride ReadOnly Property Values As ICollection
|
C# |
public abstract ICollection Values { get; }
|
C++ |
public:
virtual property ICollection^ Values {
ICollection^ get () abstract;
}
|
J# |
/** @property */
public abstract ICollection get_Values ()
|
JScript |
public abstract function get Values () : ICollection
|
Property Value
Returns an
ICollection object.
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