CallExternalMethodActivity::InterfaceType Property

 

Gets or sets an external method's declaring interface that has the ExternalDataExchangeAttribute.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
property Type^ InterfaceType {
	virtual Type^ get();
	virtual void set(Type^ value);
}

Property Value

Type: System::Type^

The external method's declaring interface that has the ExternalDataExchangeAttribute.

The following code example shows how to set the InterfaceType property. The interface type must be attributed with the ExternalDataExchangeAttribute. This code example is part of the Listen SDK sample from the PurchaseOrderWorkflow.Designer.cs file. For more information, seeListen Sample.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: