다음을 통해 공유


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