GetDomainSettingsResponseCollection Class

Definition

Represents a collection of responses to a GetDomainSettings call.

public ref class GetDomainSettingsResponseCollection sealed : Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverResponseCollection<Microsoft::Exchange::WebServices::Autodiscover::GetDomainSettingsResponse ^>
public sealed class GetDomainSettingsResponseCollection : Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverResponseCollection<Microsoft.Exchange.WebServices.Autodiscover.GetDomainSettingsResponse>
Public NotInheritable Class GetDomainSettingsResponseCollection
Inherits AutodiscoverResponseCollection(Of GetDomainSettingsResponse)
Inheritance

Remarks

This class is a collection of GetDomainSettingsResponse 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>)

Applies to