Share via


DataViewWebPart.ParameterBindings property

Gets or sets XSL and DataQuery parameter descriptions.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public Property ParameterBindings As String
    Get
    Set
'Usage
Dim instance As DataViewWebPart
Dim value As String

value = instance.ParameterBindings

instance.ParameterBindings = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public string ParameterBindings { get; set; }

Property value

Type: System.String
String that contains the XSL and description for parameters in the DataQuery property.

See also

Reference

DataViewWebPart class

DataViewWebPart members

Microsoft.SharePoint.WebPartPages namespace