ServiceResponse.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.
Gets the result associated with this response.
public:
property Microsoft::Exchange::WebServices::Data::ServiceResult Result { Microsoft::Exchange::WebServices::Data::ServiceResult get(); };
public Microsoft.Exchange.WebServices.Data.ServiceResult Result { get; }
Public ReadOnly Property Result As ServiceResult
Property Value
One of the ServiceResult enumeration values.