EmlValidationErrorLineNumber Property |
Gets a number of line where error was found.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int LineNumber { get; }
Public ReadOnly Property LineNumber As Integer
Get
public:
property int LineNumber {
int get ();
}
member LineNumber : int with get
Property Value
Type:
Int32
See Also