ConfigXmlDocument::IConfigErrorInfo::LineNumber Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the configuration line number.

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

private:
property int LineNumber {
	virtual int get() sealed = IConfigErrorInfo::LineNumber::get;
}

Property Value

Type: System::Int32

The line number.

.NET Framework
Available since 2.0
Return to top
Show: