Share via


BulkWorkflowWorkItem.GetQueryString method

A collection of name and value pairs that are contained in the QueryString object.

Namespace:  Microsoft.Office.Workflow
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Function GetQueryString As NameValueCollection
'Usage
Dim instance As BulkWorkflowWorkItem
Dim returnValue As NameValueCollection

returnValue = instance.GetQueryString()
public NameValueCollection GetQueryString()

Return value

Type: System.Collections.Specialized.NameValueCollection
A NameValueCollection that contains the name and value pairs that are included in the QueryString object.

See also

Reference

BulkWorkflowWorkItem class

BulkWorkflowWorkItem members

Microsoft.Office.Workflow namespace