.NET Framework Class Library
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; }
Visual C++
public:
property ConfigurationLocationCollection^ Locations {
    ConfigurationLocationCollection^ get ();
}
JScript
public function get Locations () : ConfigurationLocationCollection

Property Value

Type: System.Configuration..::.ConfigurationLocationCollection
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0
See Also

Reference

Tags :


Page view tracker