ClientRuntime.ContractClientType Property

Definition

Gets or sets the type of the contract associated with a client.

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

Property Value

The Type object that represents the contract associated with this client.

Applies to