BatchServiceResponseException<TResponse>.ServiceResponses Property

Definition

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.

Applies to