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!

DirectoryEntry.Properties

Gets a DirectoryEntryPropertyCollection of properties set on this object.

[Visual Basic]
Public ReadOnly Property Properties As _
   DirectoryEntryPropertyCollection
[C#]
public DirectoryEntryPropertyCollection Properties {get;}
[C++]
public: __property DirectoryEntryPropertyCollection*
   get_Properties();
[JScript]
public function get Properties() : DirectoryEntryPropertyCollection;

Property Value

A DirectoryEntryPropertyCollection of properties set on this object.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | DirectoryEntryPropertyCollection