NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectoryEntryProperty.Values

Gets a collection containing the values of this property.

[Visual Basic]
Overridable Public ReadOnly Property Values As _
   DirectoryEntryPropertyValueCollection
[C#]
public DirectoryEntryPropertyValueCollection Values {virtual get;}
[C++]
public: __property virtual DirectoryEntryPropertyValueCollection*
   get_Values();
[JScript]
public function get Values() :
   DirectoryEntryPropertyValueCollection;

Property Value

A collection containing the values of this property.

See Also

DirectoryEntryProperty Class | DirectoryEntryProperty Members | System.DirectoryServices Namespace | DirectoryEntryPropertyValueCollection