GetServerTimeZonesCompletedEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Result gets a GetServerTimeZonesResponseType object for an asynchronous GetServerTimeZones operation call.
public:
property ExchangeWebServices::GetServerTimeZonesResponseType ^ Result { ExchangeWebServices::GetServerTimeZonesResponseType ^ get(); };
public ExchangeWebServices.GetServerTimeZonesResponseType Result { get; }
Public ReadOnly Property Result As GetServerTimeZonesResponseType
Property Value
The value of the Result property is a GetServerTimeZonesResponseType object.