DataViewWebPart.ParameterBindings Property
Gets or sets XSL and DataQuery parameter descriptions.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property ParameterBindings As String
Get
Set
'Usage
Dim instance As DataViewWebPart
Dim value As String
value = instance.ParameterBindings
instance.ParameterBindings = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public string ParameterBindings { get; set; }
Property Value
Type: System.String
String that contains the XSL and description for parameters in the DataQuery property.