WebServiceInputActivity.InterfaceType Property

Definition

Gets or sets the interface type that defines the method that this activity listens on.

public:
 property Type ^ InterfaceType { Type ^ get(); void set(Type ^ value); };
[System.Workflow.ComponentModel.Design.TypeFilterProvider(typeof(System.Workflow.Activities.InterfaceTypeFilterProvider))]
public Type InterfaceType { get; set; }
[<System.Workflow.ComponentModel.Design.TypeFilterProvider(typeof(System.Workflow.Activities.InterfaceTypeFilterProvider))>]
member this.InterfaceType : Type with get, set
Public Property InterfaceType As Type

Property Value

The interface type.

Attributes

Applies to

See also