MenuItemTemplate.QueryStringParametersToInclude Property

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

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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