WorkflowSubscription.GetExternalVariable method
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
<ClientCallableMethodAttribute> _
Public Function GetExternalVariable ( _
name As String _
) As String
'Usage
Dim instance As WorkflowSubscription
Dim name As String
Dim returnValue As String
returnValue = instance.GetExternalVariable(name)
[ClientCallableMethodAttribute]
public string GetExternalVariable(
string name
)
Parameters
- name
Type: System.String
Return value
Type: System.String