CallExternalMethodActivity::MethodName Property

 

Gets or sets the name of the method to be called on the local service registered with the ExternalDataExchangeService.

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

public:
property String^ MethodName {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The method name of the ExternalDataExchangeService interface.

The following code example shows how to use the MethodName property to set the method name of the external method. 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: