XsltListViewWebPart.ParameterBindings Property

Gets or sets the parameter binding information used by the XsltListViewWebPart object.

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

Syntax

'Declaration
<ResourcesAttribute("DataViewWebPartParameterBindingsLiteral", "Miscellaneous",  _
    "DataViewWebPartParameterBindingsDescription")> _
<WebBrowsableAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Overrides Property ParameterBindings As String
    Get
    Set
'Usage
Dim instance As XsltListViewWebPart
Dim value As String

value = instance.ParameterBindings

instance.ParameterBindings = value
[ResourcesAttribute("DataViewWebPartParameterBindingsLiteral", "Miscellaneous", 
    "DataViewWebPartParameterBindingsDescription")]
[WebBrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public override string ParameterBindings { get; set; }

Property Value

Type: System.String
The parameter binding information used by the XsltListViewWebPart object.

Remarks

If the view is null , the default binding is used.

See Also

Reference

XsltListViewWebPart Class

XsltListViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace