Compartilhar via


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

Valor retornado

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

Ver também

Referência

WorkflowSubscription classe

WorkflowSubscription membros

Microsoft.SharePoint.Client.WorkflowServices namespace