Configuration.Locations Property
Gets the locations defined within this Configuration object.

Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Locations As ConfigurationLocationCollection
Visual Basic (Usage)
Dim instance As Configuration
Dim value As ConfigurationLocationCollection

value = instance.Locations
C#
public ConfigurationLocationCollection Locations { get; }
C++
public:
property ConfigurationLocationCollection^ Locations {
    ConfigurationLocationCollection^ get ();
}
J#
/** @property */
public ConfigurationLocationCollection get_Locations ()
JScript
public function get Locations () : ConfigurationLocationCollection
XAML
Not applicable.

Property Value

A ConfigurationLocationCollection containing the locations defined within this Configuration object.
Remarks

The Locations property applies only when the HasFile property returns true. If this configuration inherits all of its settings, or no locations are defined, an empty collection is returned.

Platforms

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0, 2.0
See Also

Tags :


Page view tracker