Share via


WorkflowSubscription.GetExternalVariable method

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

Syntax

'Declaration
Public Function GetExternalVariable ( _
    name As String _
) As ClientResult(Of String)
'Usage
Dim instance As WorkflowSubscription
Dim name As String
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetExternalVariable(name)
public ClientResult<string> GetExternalVariable(
    string name
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.Client.WorkflowServices namespace