OperationContractGenerationContext.Contract Eigenschap

Definitie

Hiermee haalt u de context voor het genereren van code voor het servicecontract op.

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

Waarde van eigenschap

De ServiceContractGenerationContext voor de huidige bewerking.

Opmerkingen

Gebruik de Contract eigenschap om de context voor het genereren van contracten te verkrijgen voor het servicecontract dat de bewerking bevat.

Van toepassing op