ResultPropertyCollection::Item Property (String^)

 

Gets the property from this collection that has the specified name.

Namespace:   System.DirectoryServices
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.

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
Return to top
Show: