次の方法で共有


UpdateDelegateCompletedEventArgs.Result プロパティ

定義

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

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

プロパティ値

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

適用対象