次の方法で共有


RemoveDelegateCompletedEventArgs.Result プロパティ

定義

プロパティは Result 、 メソッドへの非同期呼び出しから応答を RemoveDelegateAsync(RemoveDelegateType) 取得します。

public:
 property ExchangeWebServices::RemoveDelegateResponseMessageType ^ Result { ExchangeWebServices::RemoveDelegateResponseMessageType ^ get(); };
public ExchangeWebServices.RemoveDelegateResponseMessageType Result { get; }
Public ReadOnly Property Result As RemoveDelegateResponseMessageType

プロパティ値

プロパティは Result 、 メソッドへの RemoveDelegateResponseMessageType 非同期呼び出しの結果を含む オブジェクトを GetDelegateAsync(GetDelegateType) 返します。

適用対象