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