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
- name
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>