다음을 통해 공유


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

작업과 연결되는 메서드 결과의 Type입니다.

적용 대상