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