CommaDelimitedStringCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets a string element in the collection based on the index.
Assembly: System.Configuration (in System.Configuration.dll)
public: property String^ default[ int index ] { String^ get(int index); void set(int index, String^ value); }
Parameters
- index
-
Type:
System::Int32
The index of the string element in the collection.
This property allows a string in the collection to be set or retrieved based on its index in the collection. This property also causes the IsModified property to be set to true.
.NET Framework
Available since 2.0
Available since 2.0
Show: