GetServerTimeZonesType.ReturnFullTimeZoneDataSpecified Property
The ReturnFullTimeZoneDataSpecified property gets a Boolean value that specifies whether the ReturnFullTimeZoneData property is serialized into the SOAP request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ReturnFullTimeZoneDataSpecified As Boolean
Get
Set
'Usage
Dim instance As GetServerTimeZonesType
Dim value As Boolean
value = instance.ReturnFullTimeZoneDataSpecified
instance.ReturnFullTimeZoneDataSpecified = value
public bool ReturnFullTimeZoneDataSpecified { get; set; }
Property Value
Type: System.Boolean
The value of the ReturnFullTimeZoneDataSpecified property is true if the ReturnFullTimeZoneData property is serialized into the SOAP request; otherwise, the value is false.