 | AlarmDescription Property |
Gets or sets alarm description.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string Description { get; set; }Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}member Description : string with get, set
Property Value
String
See Also