ConfigurationLocationCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.