ResultPropertyCollection::Item Property (String^)
.NET Framework (current version)
Gets the property from this collection that has the specified name.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: property ResultPropertyValueCollection^ default[ String^ name ] { ResultPropertyValueCollection^ get(String^ name); }
Parameters
- name
-
Type:
System::String^
The name of the property to retrieve.
Property Value
Type: System.DirectoryServices::ResultPropertyValueCollection^A ResultPropertyValueCollection that has the specified name.
In C#, this property is the indexer for the ResultPropertyValueCollection class.
In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.
.NET Framework
Available since 1.1
Available since 1.1
Show: