del método WorkflowSubscription.GetExternalVariable
Espacio de nombres: Microsoft.SharePoint.Client.WorkflowServices
Ensamblado: Microsoft.SharePoint.Client.WorkflowServices (en Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<String>
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.Client.WorkflowServices