SchemeSettingElementCollection::Item Property (String^)
.NET Framework (current version)
Gets an item from the SchemeSettingElementCollection collection.
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
Available since 4.0
Show: