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