GetUserOofSettingsCompletedEventArgs.Result Property

Definition

The Result property gets the response from the asynchronous call to the GetUserOofSettingsAsync(GetUserOofSettingsRequest) method.

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

Property Value

The Result property returns a GetUserOofSettingsResponse object that contains the results of the asynchronous call to the GetUserOofSettingsAsync method.

Applies to