InvokeWebServiceActivity.ProxyClass Property

Definition

Gets or sets the type of the proxy class used to communicate with the Web service.

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

Property Value

Type of the proxy used to start the Web service. The default is an empty String.

Attributes

Remarks

If this property is set when the activity is in runtime mode a ReadOnlyException is thrown.

Applies to

See also