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!

DirectoryEntryPropertyCollection.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the DirectoryEntryPropertyCollection class.

Overload List

Gets the property with the given name.

[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As DirectoryEntryProperty
[C#] public DirectoryEntryProperty this[String] {get;}
[C++] public: __property DirectoryEntryProperty* get_Item(String*);
[JScript] DirectoryEntryPropertyCollection.Item (String)

Gets the property at the given index.

[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As DirectoryEntryProperty
[C#] public DirectoryEntryProperty this[int] {get;}
[C++] public: __property DirectoryEntryProperty* get_Item(int);
[JScript] DirectoryEntryPropertyCollection.Item (int)

See Also

DirectoryEntryPropertyCollection Class | DirectoryEntryPropertyCollection Members | System.DirectoryServices Namespace