ClientOperation.TaskTResult プロパティ

定義

タスクに関連付けられたメソッドの結果の型を取得または設定します。

public:
 property Type ^ TaskTResult { Type ^ get(); void set(Type ^ value); };
public Type TaskTResult { get; set; }
member this.TaskTResult : Type with get, set
Public Property TaskTResult As Type

プロパティ値

タスクに関連付けられたメソッドの結果の Type

適用対象