MenuItemTemplate.QueryStringParametersToInclude property

Sets or retrieves the list of query string parameters to be added to the ClientOnClickNavigateUrl property of the menu item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property QueryStringParametersToInclude As String
    Get
    Set
'Usage
Dim instance As MenuItemTemplate
Dim value As String

value = instance.QueryStringParametersToInclude

instance.QueryStringParametersToInclude = value
public string QueryStringParametersToInclude { get; set; }

Property value

Type: System.String
A String that contains the parameters, separated by commas.

See also

Reference

MenuItemTemplate class

MenuItemTemplate members

Microsoft.SharePoint.WebControls namespace