Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 3.0
Class Library
Configuration Class
 Locations Property

  Switch on low bandwidth view
This page is specific to
.NET Framework 3.0

Other versions are also available for the following:
Configuration.Locations Property
Gets the locations defined within this Configuration object.

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

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.

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.

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.

.NET Framework

Supported in: 3.0, 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker