Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the workflow initialization and association form data that is used during bulk workflow processing.
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property FormData As String
Get
Set
'Usage
Dim instance As BulkWorkflowWorkItem
Dim value As String
value = instance.FormData
instance.FormData = value
public string FormData { get; set; }
Property Value
Type: System.String
A string that represents the form data.