TypedOperationInfo.ContractType Property

Definition

The type of the associated contract interface.

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

Property Value

A Type object that represents the type of the associated contract interface.

Applies to