ConfigXmlDocument.IConfigErrorInfo.LineNumber Property

Definition

Gets the configuration line number.

property int System::Configuration::Internal::IConfigErrorInfo::LineNumber { int get(); };
int System.Configuration.Internal.IConfigErrorInfo.LineNumber { get; }
member this.System.Configuration.Internal.IConfigErrorInfo.LineNumber : int
 ReadOnly Property LineNumber As Integer Implements IConfigErrorInfo.LineNumber

Property Value

The line number.

Implements

Applies to

See also