共用方式為


WorkflowSubscription.GetExternalVariable 方法

命名空間:  Microsoft.SharePoint.Client.WorkflowServices
組件:  Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)

語法

'宣告
Public Function GetExternalVariable ( _
    name As String _
) As ClientResult(Of String)
'用途
Dim instance As WorkflowSubscription
Dim name As String
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetExternalVariable(name)
public ClientResult<string> GetExternalVariable(
    string name
)

參數

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<String>

請參閱

參照

WorkflowSubscription 類別

WorkflowSubscription 成員

Microsoft.SharePoint.Client.WorkflowServices 命名空間