GetEventsCompletedEventArgs.Result Property

Definition

The Result class gets the response from an asynchronous call to the GetEvents operation.

public:
 property ExchangeWebServices::GetEventsResponseType ^ Result { ExchangeWebServices::GetEventsResponseType ^ get(); };
public ExchangeWebServices.GetEventsResponseType Result { get; }
Public ReadOnly Property Result As GetEventsResponseType

Property Value

The Result property returns a GetEventsResponseType object that contains the results of an asynchronous call to the GetEvents operation.

Applies to