ConfigXmlDocument::LineNumber Property

 

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

Gets the current node line number.

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

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

Property Value

Type: System::Int32

The line number for the current node.

.NET Framework
Available since 1.1
Return to top
Show: