RemoveDelegateCompletedEventArgs.Result Property

Definition

The Result property gets the response from the asynchronous call to the RemoveDelegateAsync(RemoveDelegateType) method.

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

Property Value

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

Applies to