SetUserOofSettingsCompletedEventArgs.Result Property

Definition

The Result property gets the response from the asynchronous call to the SetUserOofSettingsAsync(SetUserOofSettingsRequest) method.

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

Property Value

The Result property returns a SetUserOofSettingsResponse object that contains the results of the asynchronous call to the SetUserOofSettingsAsync(SetUserOofSettingsRequest) method.

Applies to