Share via


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

適用於