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!

DirectoryEntryPropertyValueCollection Class

Specifies a collection of values for a multi-valued property.

Object
   DirectoryEntryPropertyValueCollection

[Visual Basic]
Public Class DirectoryEntryPropertyValueCollection
   Implements ICollection, IEnumerable
[C#]
public class DirectoryEntryPropertyValueCollection : ICollection,
   IEnumerable
[C++]
public __gc class DirectoryEntryPropertyValueCollection : public
   ICollection, IEnumerable
[JScript]
public class DirectoryEntryPropertyValueCollection implements
   ICollection, IEnumerable

Remarks

[To be supplied.]

Requirements

Namespace: System.DirectoryServices

Assembly: System.DirectoryServices.dll

See Also

DirectoryEntryPropertyValueCollection Members | System.DirectoryServices Namespace | DirectoryEntry | DirectoryEntryCollection | DirectoryEntryProperty | DirectoryEntryPropertyCollection