WorkflowDefinition.FormField property
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Property FormField As String
Get
Set
'Usage
Dim instance As WorkflowDefinition
Dim value As String
value = instance.FormField
instance.FormField = value
public string FormField { get; set; }
Property value
Type: System.String