SchemeSettingElementCollection::Item Property (String^)

.NET Framework (current version)
 

Gets an item from the SchemeSettingElementCollection collection.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
property SchemeSettingElement^ default[
	String^ name
] {
	SchemeSettingElement^ get(String^ name);
}

Parameters

name
Type: System::String^

A string reference to the SchemeSettingElement object within the collection.

Property Value

Type: System.Configuration::SchemeSettingElement^

A SchemeSettingElement object contained in the collection.

The return value is null if the item cannot be found or has been removed.

.NET Framework
Available since 4.0
Return to top
Show: