ExecutionEventArgs.LineNumber PropertyExecutionEventArgs.LineNumber PropertyExecutionEventArgs::LineNumber Property
- XmlPrime 5.0
- Other Versions ▼
Gets the line number of the instruction that raised the event.
Property Value
Type: System.Int32System.Int32System::Int32
An intIntegerint representing the line number of the instruction , or -1
if the line number is not known.
Remarks
The line number is 1-indexed, that is a value of1
represents the first character in the document.