Share via


InvokeWebServiceActivity.ProxyClass Vlastnost

Definice

Získá nebo nastaví typ třídy proxy používané ke komunikaci s webovou službou.

public:
 property Type ^ ProxyClass { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.TypePropertyValueProviderTypeConverter))]
public Type ProxyClass { get; set; }
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.Common.TypePropertyValueProviderTypeConverter))]
public Type ProxyClass { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.TypePropertyValueProviderTypeConverter))>]
member this.ProxyClass : Type with get, set
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.Common.TypePropertyValueProviderTypeConverter))>]
member this.ProxyClass : Type with get, set
Public Property ProxyClass As Type

Hodnota vlastnosti

Type proxy serveru použitého ke spuštění webové služby. Výchozí hodnota je prázdná Stringhodnota .

Atributy

Poznámky

Pokud je tato vlastnost nastavená, když je aktivita v režimu ReadOnlyException runtime, vyvolá se.

Platí pro

Viz také