InvokeWebServiceActivity.ProxyClass Właściwość

Definicja

Pobiera lub ustawia typ klasy proxy używanej do komunikacji z usługą sieci Web.

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

Wartość właściwości

Type

Type serwera proxy używanego do uruchomienia usługi sieci Web. Wartość domyślna jest pusta String .

Atrybuty

Uwagi

Jeśli ta właściwość jest ustawiona, gdy działanie jest w trybie środowiska uruchomieniowego a ReadOnlyException jest zgłaszane.

Dotyczy

Zobacz też