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 작업과 연결된 메서드의 결과입니다.

적용 대상