Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ElementInformation::Source Property

 

Gets the source file where the associated ConfigurationElement object originated.

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

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

Property Value

Type: System::String^

The source file where the associated ConfigurationElement object originated.

A ConfigurationElement object may be created in a default state, in which case this property returns null.

The following example shows how to use the Source property.

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

.NET Framework
Available since 2.0
Return to top
Show: