GetDelegateCompletedEventArgs.Result Property

Definition

The Result property gets the response from the asynchronous call to the GetDelegateAsync(GetDelegateType) method.

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

Property Value

The Result property returns a GetDelegateResponseMessageType object that contains the results of the asynchronous call to the GetDelegateAsync(GetDelegateType) method.

Applies to