SyntaxValidatingEventArgsResult Property |
Gets or sets the validation result.
Namespace:
Aspose.Email.Tools.Verifications
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic ValidationResult Result { get; set; }
Public Property Result As ValidationResult
Get
Set
public:
property ValidationResult^ Result {
ValidationResult^ get ();
void set (ValidationResult^ value);
}
member Result : ValidationResult with get, set
Property Value
Type:
ValidationResult
See Also