ServiceResponseCollection<TResponse> class
Represents a strongly typed list of service responses.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration <SerializableAttribute> _ Public NotInheritable Class ServiceResponseCollection(Of TResponse As ServiceResponse) _ Implements IEnumerable(Of TResponse), IEnumerable 'Usage Dim instance As ServiceResponseCollection(Of TResponse)
Type parameters
- TResponse
The type of response stored in the list.
Show: