Share via


BuildSPUri.Query property

Gets or sets the query string portion of the SharePoint uniform resource identifier (URI).

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property Query As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As BuildSPUri
Dim value As InArgument(Of String)

value = instance.Query

instance.Query = value
public InArgument<string> Query { get; set; }

Property value

Type: System.Activities.InArgument<String>
Returns the query string.

See also

Reference

BuildSPUri class

BuildSPUri members

Microsoft.SharePoint.WorkflowServices.Activities namespace