GetDomainSettingsResponseCollection 类

定义

表示对 GetDomainSettings 调用的响应的集合。

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)
继承

注解

此类是 对象的集合 GetDomainSettingsResponse

属性

Count

获取集合中的响应数。

(继承自 AutodiscoverResponseCollection<TResponse>)
ErrorCode

获取服务返回的错误代码。

(继承自 AutodiscoverResponse)
ErrorMessage

获取服务返回的错误消息。

(继承自 AutodiscoverResponse)
Item[Int32]

获取集合中指定索引处的响应。

(继承自 AutodiscoverResponseCollection<TResponse>)

方法

GetEnumerator()

返回一个枚举器,使你能够循环访问集合中的 对象。

(继承自 AutodiscoverResponseCollection<TResponse>)

显式接口实现

IEnumerable.GetEnumerator()

返回一个枚举器,使你能够循环访问集合中的 对象。 方法IEnumerable.GetEnumerator()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

(继承自 AutodiscoverResponseCollection<TResponse>)

适用于