SPSecurityTrimmedControl.QueryStringParametersToInclude property

Gets or sets the QueryStringParametersToInclude.

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

Syntax

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

value = instance.QueryStringParametersToInclude

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

Property value

Type: System.String

See also

Reference

SPSecurityTrimmedControl class

SPSecurityTrimmedControl members

Microsoft.SharePoint.WebControls namespace