| EventsActionEventMask Property |
Get/Set the event mask.
Set to "on" if all events should be send, "off" if not events should be
sent or a combination of "system", "call" and "log" (separated by ',') to
specify what kind of events should be sent.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string EventMask { get; set; }
Public Property EventMask As String
Get
Set
public:
property String^ EventMask {
String^ get ();
void set (String^ value);
}
member EventMask : string with get, set
Property Value
Type:
StringSee Also