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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<BrowsableAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property SelectParameters As String
Get
Set
'Usage
Dim instance As XsltListViewWebPart
Dim value As String
value = instance.SelectParameters
instance.SelectParameters = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
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.