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 Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

(継承元 AutodiscoverResponseCollection<TResponse>)

適用対象