CalendarDescription Property |
Description of the calendar.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual string Description { get; set; }
Public Overridable Property Description As String
Get
Set
public:
virtual property String^ Description {
String^ get ();
void set (String^ value);
}
abstract Description : string with get, set
override Description : string with get, set
Property Value
Type:
String
See Also