ElementInformation::LineNumber Property

 

Gets the line number in the configuration file where the associated ConfigurationElement object is defined.

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

public:
property int LineNumber {
	int get();
}

Property Value

Type: System::Int32

The line number in the configuration file where the associated ConfigurationElement object is defined.

The following example shows how to use the LineNumber property.

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

.NET Framework
Available since 2.0
Return to top
Show: