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 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.