BatchServiceResponseException<TResponse>.ServiceResponses 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 a list of responses that are returned by the Web service.
public:
property Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<TResponse> ^ ServiceResponses { Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<TResponse> ^ get(); };
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<TResponse> ServiceResponses { get; }
Public ReadOnly Property ServiceResponses As ServiceResponseCollection(Of TResponse)
Property Value
A collection of responses.