GetServerTimeZonesType.Ids Property
The Ids property gets or sets an array of identifiers that represent the requested time zone definitions.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Ids As String()
Get
Set
'Usage
Dim instance As GetServerTimeZonesType
Dim value As String()
value = instance.Ids
instance.Ids = value
public string[] Ids { get; set; }
Property Value
Type: []
The value of the Ids property is an array of strings that represent the identifiers of the requested time zone definitions.
Remarks
If this property is not specified in the GetServerTimeZones Operation request, all time zone definitions that are available on the server are returned in the response.
See Also