BaseXmlDataSource._xmlCachedDocument field
A protected field that contains the System.Xml.XmlDocument object being acted upon by the BaseXmlDataSource instance.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected _xmlCachedDocument As XmlDocument
'Usage
Dim value As XmlDocument
value = Me._xmlCachedDocument
Me._xmlCachedDocument = value
protected XmlDocument _xmlCachedDocument