[To be supplied.]
[C#] In C#, this member is the indexer for the DirectoryEntryPropertyCollection class.
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)
DirectoryEntryPropertyCollection Class | DirectoryEntryPropertyCollection Members | System.DirectoryServices Namespace