次の方法で共有


DelegateInformation.DelegateUserResponses プロパティ

定義

操作に関与するデリゲート ユーザーごとの応答の一覧を取得します。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DelegateUserResponse ^> ^ DelegateUserResponses { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DelegateUserResponse ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.DelegateUserResponse> DelegateUserResponses { get; }
Public ReadOnly Property DelegateUserResponses As Collection(Of DelegateUserResponse)

プロパティ値

操作に関与するデリゲート ユーザーに関する情報を含む応答オブジェクトのコレクション。

適用対象