WorkflowSubscription.GetExternalVariable método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Function GetExternalVariable ( _
name As String _
) As ClientResult(Of String)
'Uso
Dim instance As WorkflowSubscription
Dim name As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetExternalVariable(name)
public ClientResult<string> GetExternalVariable(
string name
)
Parâmetros
- name
Tipo: System.String
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<String>