다음을 통해 공유


ClientRuntime.ContractClientType 속성

정의

클라이언트와 연결된 계약의 형식을 가져오거나 설정합니다.

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

속성 값

Type

이 클라이언트와 연결된 계약을 나타내는 Type 개체입니다.

적용 대상