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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.