ClientRuntime.ContractClientType Propiedad

Definición

Obtiene o establece el tipo del contrato asociado a un cliente.

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

Valor de propiedad

Objeto Type que representa el contrato asociado a este cliente.

Se aplica a