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.