GetServerTimeZonesCompletedEventArgs.Result Property
The Result gets a GetServerTimeZonesResponseType object for an asynchronous GetServerTimeZones Operation call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As GetServerTimeZonesResponseType
Get
'Usage
Dim instance As GetServerTimeZonesCompletedEventArgs
Dim value As GetServerTimeZonesResponseType
value = instance.Result
public GetServerTimeZonesResponseType Result { get; }
Property Value
Type: ExchangeWebServices.GetServerTimeZonesResponseType
The value of the Result property is a GetServerTimeZonesResponseType object.