ConfigurationLocation::Path Property

 

Gets the relative path to the resource whose configuration settings are represented by this ConfigurationLocation object.

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

public:
property String^ Path {
	String^ get();
}

Property Value

Type: System::String^

The relative path to the resource whose configuration settings are represented by this ConfigurationLocation.

The path that is returned by the Path property is relative to the root of your Web site.

System_CAPS_noteNote

The Path property might contain a comma-delimited list of paths to which the configuration setting applies.

The following code example shows how to access the Path property and display the value returned to the console.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: