SPXmlDataSource.DataFile property

Gets and sets the path to the requested XML file

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DataFile As String
    Get
    Set
'Usage
Dim instance As SPXmlDataSource
Dim value As String

value = instance.DataFile

instance.DataFile = value
public string DataFile { get; set; }

Property value

Type: System.String
A string that contains the URL of the requested XML file.

See also

Reference

SPXmlDataSource class

SPXmlDataSource members

Microsoft.SharePoint.WebControls namespace