SPXmlDataSource.DataFile Property

Gets and sets the path to the requested XML file

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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