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žívaného ke spuštění webové služby. Výchozí hodnota je prázdná String.

Atributy

Poznámky

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

Platí pro