HandleExternalEventActivity::InterfaceType Property

 

Gets or sets the ExternalDataExchangeAttribute attributed interface type of the local service whose event is handled. This property must be set before local communication can occur.

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 interface type of the local service whose event is handled.

The following code example shows how to create and set values for the HandleExternalEventActivity class. This code example is part of the RaiseEventToLoadWorkflow SDK sample from the DocumentApprovalWorkflow.cs file. For more information, seeRaise Event To Load Workflow.

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

.NET Framework
Available since 3.0
Return to top
Show: