XsltListViewWebPart.SelectParameters property

Gets or sets a string that represents the parameters used by the select command of the data source that is associated with the XsltListViewWebPart.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property SelectParameters As String
    Get
    Set
'Usage
Dim instance As XsltListViewWebPart
Dim value As String

value = instance.SelectParameters

instance.SelectParameters = value
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string SelectParameters { get; set; }

Property value

Type: System.String
A string that represents the parameters used by the Select command of the data source that is associated with the XsltListViewWebPart.

See also

Reference

XsltListViewWebPart class

XsltListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace