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