Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parameter bindings node.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ParameterBindingsNode As XmlElement
Get
Set
'Usage
Dim instance As DataViewWebPart
Dim value As XmlElement
value = instance.ParameterBindingsNode
instance.ParameterBindingsNode = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public XmlElement ParameterBindingsNode { get; set; }
Property Value
Type: System.Xml.XmlElement
A System.Xml.XmlNode that contains parameter bindings.
Remarks
The ParameterBindingsNode property encapsulates parameter binding text data with a CDATA section.