DataViewWebPart.DataQueryNode property
Gets or sets the DataQuery property as XML.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property DataQueryNode As XmlElement
Get
Set
'Usage
Dim instance As DataViewWebPart
Dim value As XmlElement
value = instance.DataQueryNode
instance.DataQueryNode = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public XmlElement DataQueryNode { get; set; }
Property value
Type: System.Xml.XmlElement
A System.Xml.XmlNode that contains the XML representation of the DataQuery property.