WorkflowSubscription.SetExternalVariable method

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public Sub SetExternalVariable ( _
    name As String, _
    value As String _
)
'Usage
Dim instance As WorkflowSubscription
Dim name As String
Dim value As String

instance.SetExternalVariable(name, value)
[ClientCallableMethodAttribute]
public void SetExternalVariable(
    string name,
    string value
)

Parameters

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.WorkflowServices namespace