CalendarItemType.Location Property
The Location property gets or sets a string value that represents the location of a meeting or appointment.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Location As String
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As String
value = instance.Location
instance.Location = value
public string Location { get; set; }
Property Value
Type: System.String
The Location property returns a string value that represents the location of a meeting or appointment.
See Also