GetDelegateCompletedEventArgs.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 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.