BulkWorkflowWorkItem.QueryString property
Gets or sets the QueryString values that are used during bulk workflow processing.
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property QueryString As String
Get
Set
'Usage
Dim instance As BulkWorkflowWorkItem
Dim value As String
value = instance.QueryString
instance.QueryString = value
public string QueryString { get; set; }
Property value
Type: System.String
A string that contains the name and value pair for each QueryString variable.