Edit

Share via


UpdateDelegateCompletedEventArgs.Result Property

Definition

The Result property gets the response from the asynchronous call to the UpdateDelegateAsync(UpdateDelegateType) method.

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

Property Value

The Result property returns an UpdateDelegateResponseMessageType object that contains the results of the asynchronous call to the UpdateDelegateAsync(UpdateDelegateType) method.

Applies to