AppointmentLocation Property |
Gets or sets the location.
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.12
Syntaxpublic string Location { get; set; }
Public Property Location As String
Get
Set
public:
property String^ Location {
String^ get ();
void set (String^ value);
}
member Location : string with get, set
Property Value
Type:
String
See Also