Поделиться через


RemoveDelegateCompletedEventArgs.Result Property

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

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public ReadOnly Property Result As RemoveDelegateResponseMessageType
    Get
'Usage
Dim instance As RemoveDelegateCompletedEventArgs
Dim value As RemoveDelegateResponseMessageType

value = instance.Result
public RemoveDelegateResponseMessageType Result { get; }

Property Value

Type: ExchangeWebServices.RemoveDelegateResponseMessageType
The Result property returns a RemoveDelegateResponseMessageType object that contains the results of the asynchronous call to the GetDelegateAsync method.