WorkflowSubscription.SetExternalVariable method

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

Syntax

'Declaration
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)
public void SetExternalVariable(
    string name,
    string value
)

Parameters

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.Client.WorkflowServices namespace