ExpandDLCompletedEventArgs.Result Property

Definition

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

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

Property Value

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

Applies to