WorkflowDefinition.FormField 屬性
命名空間: Microsoft.SharePoint.Client.WorkflowServices
組件: Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)
語法
'宣告
Public Property FormField As String
Get
Set
'用途
Dim instance As WorkflowDefinition
Dim value As String
value = instance.FormField
instance.FormField = value
public string FormField { get; set; }