OperationContractGenerationContext.Contract 속성

정의

서비스 계약에 대한 코드 생성 컨텍스트를 가져옵니다.

public:
 property System::ServiceModel::Description::ServiceContractGenerationContext ^ Contract { System::ServiceModel::Description::ServiceContractGenerationContext ^ get(); };
public System.ServiceModel.Description.ServiceContractGenerationContext Contract { get; }
member this.Contract : System.ServiceModel.Description.ServiceContractGenerationContext
Public ReadOnly Property Contract As ServiceContractGenerationContext

속성 값

ServiceContractGenerationContext

현재 작업에 대한 ServiceContractGenerationContext입니다.

설명

Contract 속성을 사용하여 작업이 포함된 서비스 계약의 계약 생성 컨텍스트를 가져옵니다.

적용 대상