SyntaxValidatingEventArgsSkip Property |
Indicates whether to ignore the check.
Namespace:
Aspose.Email.Tools.Verifications
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool Skip { get; set; }
Public Property Skip As Boolean
Get
Set
public:
property bool Skip {
bool get ();
void set (bool value);
}
member Skip : bool with get, set
Property Value
Type:
Boolean
See Also