DataConnectionFile.Xml property

Gets the XML string of a Universal Data Connection (UDC) file located in the data connection library.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Xml As String
    Get
'Usage
Dim instance As DataConnectionFile
Dim value As String

value = instance.Xml
public string Xml { get; }

Property value

Type: System.String
An XML string representing the XML of the data connection file.

See also

Reference

DataConnectionFile class

DataConnectionFile members

Microsoft.Office.InfoPath.Server.Administration namespace