GetUserAvailabilityCompletedEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Result property gets the response from the asynchronous call to the GetUserAvailabilityAsync(GetUserAvailabilityRequestType) method.
public:
property ExchangeWebServices::GetUserAvailabilityResponseType ^ Result { ExchangeWebServices::GetUserAvailabilityResponseType ^ get(); };
public ExchangeWebServices.GetUserAvailabilityResponseType Result { get; }
Public ReadOnly Property Result As GetUserAvailabilityResponseType
Property Value
The Result property returns a GetUserAvailabilityResponseType object that contains the results of the asychronous call to the GetUserAvailabilityAsync(GetUserAvailabilityRequestType) method.