ConfigurationLocationCollection.Item[Int32] Property

Definition

Gets the ConfigurationLocationCollection object at the specified index.

public:
 property System::Configuration::ConfigurationLocation ^ default[int] { System::Configuration::ConfigurationLocation ^ get(int index); };
public System.Configuration.ConfigurationLocation this[int index] { get; }
member this.Item(int) : System.Configuration.ConfigurationLocation
Default Public ReadOnly Property Item(index As Integer) As ConfigurationLocation

Parameters

index
Int32

The index location of the ConfigurationLocationCollection to return.

Property Value

The ConfigurationLocationCollection at the specified index.

Remarks

Use the Item[] accessor to the ConfigurationLocationCollection class to get a specific ConfigurationLocation object from the collection by specifying its index within the collection.

Applies to