| LoginActionEvents 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 Events { get; set; }
Public Property Events As String
Get
Set
public:
property String^ Events {
String^ get ();
void set (String^ value);
}
member Events : string with get, set
Property Value
Type:
StringSee Also