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 DataQuery property as XML.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.