GetUserSettingsResponseCollection Class
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.
Represents a collection of responses to a GetUserSettings call.
public ref class GetUserSettingsResponseCollection sealed : Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverResponseCollection<Microsoft::Exchange::WebServices::Autodiscover::GetUserSettingsResponse ^>
public sealed class GetUserSettingsResponseCollection : Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverResponseCollection<Microsoft.Exchange.WebServices.Autodiscover.GetUserSettingsResponse>
Public NotInheritable Class GetUserSettingsResponseCollection
Inherits AutodiscoverResponseCollection(Of GetUserSettingsResponse)
- Inheritance
-
GetUserSettingsResponseCollection
Remarks
This class is a collection of GetUserSettingsResponse objects.
Properties
Count |
Gets the number of responses in the collection. (Inherited from AutodiscoverResponseCollection<TResponse>) |
ErrorCode |
Gets the error code that was returned by the service. (Inherited from AutodiscoverResponse) |
ErrorMessage |
Gets the error message that was returned by the service. (Inherited from AutodiscoverResponse) |
Item[Int32] |
Gets the response at the specified index in the collection. (Inherited from AutodiscoverResponseCollection<TResponse>) |
Methods
GetEnumerator() |
Returns an enumerator that enables you to iterate through the objects in the collection. (Inherited from AutodiscoverResponseCollection<TResponse>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Returns an enumerator that enables you to iterate through the objects in the collection. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. (Inherited from AutodiscoverResponseCollection<TResponse>) |