BaseXmlDataSource.XmlDocPath Property
Gets or sets the URL path to the requested resource.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Property XmlDocPath As String
Get
Set
'Usage
Dim value As String
value = Me.XmlDocPath
Me.XmlDocPath = value
protected string XmlDocPath { get; set; }
Property Value
Type: System.String
A string that contains the URL path to the requested resource.
Remarks
To make use of this in your child class, write your own property that uses XmlDocPath instead of a variable.