| MailMessageEventArgsIgnore Property |
Allows the handler to instruct the alert engine to ignore (not to persist) the
alert.
Namespace:
SanteDB.Core.Mail
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public bool Ignore { get; set; }
Public Property Ignore As Boolean
Get
Set
public:
property bool Ignore {
bool get ();
void set (bool value);
}
member Ignore : bool with get, set
Property Value
Type:
BooleanSee Also