GetUserOofSettingsCompletedEventArgs.Result Property
The Result property gets the response from the asynchronous call to the GetUserOofSettingsAsync method.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As GetUserOofSettingsResponse
Get
'Usage
Dim instance As GetUserOofSettingsCompletedEventArgs
Dim value As GetUserOofSettingsResponse
value = instance.Result
public GetUserOofSettingsResponse Result { get; }
Property Value
Type: ExchangeWebServices.GetUserOofSettingsResponse
The Result property returns a GetUserOofSettingsResponse object that contains the results of the asynchronous call to the GetUserOofSettingsAsync method.