SchemeSettingElementCollection::Item Property (Int32)
.NET Framework (current version)
Gets an item at the specified index in the SchemeSettingElementCollection collection.
Assembly: System (in System.dll)
public: property SchemeSettingElement^ default[ int index ] { SchemeSettingElement^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The index of the SchemeSettingElement to return.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | The index parameter is less than zero. -or- The item specified by the parameter is null or has been removed. |
Use the Item property to get or set a specified SchemeSettingElement object contained within this SchemeSettingElementCollection class.
.NET Framework
Available since 4.0
Available since 4.0
Show: