ErrorEventLineNo Property |
The lineno attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to zero. It represents the line number where the error occurred in the script.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public uint LineNo { get; }
Public ReadOnly Property LineNo As UInteger
Get
public:
property unsigned int LineNo {
unsigned int get ();
}
member LineNo : uint32 with get
Property Value
Type:
UInt32See Also