ElementInformation.Source Property

 

Gets the source file where the associated ConfigurationElement object originated.

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

member Source : string with 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: