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
)
パラメーター
- name
型: System.String
戻り値
型: Microsoft.SharePoint.Client.ClientResult<String>