 | AlarmAction Property |
Gets or sets alarm action (display, audio).
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic AlarmAction Action { get; set; }Public Property Action As AlarmAction
Get
Set
public:
property AlarmAction^ Action {
AlarmAction^ get ();
void set (AlarmAction^ value);
}member Action : AlarmAction with get, set
Property Value
AlarmAction
See Also