Compartir a través de


ExpandDLCompletedEventArgs.Result Property

The Result class gets the response from an asynchronous call to the ExpandDL operation.

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

Syntax

'Declaration
Public ReadOnly Property Result As ExpandDLResponseType
    Get
'Usage
Dim instance As ExpandDLCompletedEventArgs
Dim value As ExpandDLResponseType

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

Property Value

Type: ExchangeWebServices.ExpandDLResponseType
The Result property returns an ExpandDLResponseType object that contains the response from an asynchronous call to the ExpandDL operation.