GetUserSettingsResponseCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示对 GetUserSettings 调用的响应的集合。
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)
- 继承
-
GetUserSettingsResponseCollection
注解
此类是 对象的集合 GetUserSettingsResponse 。
属性
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>) |