InvokeWebServiceActivity.ProxyClass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.