DataConnectionFile.DataConnectionFileName Property
Gets the name of the Universal Data Connection (UDC) file represented by the DataConnectionFile object.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property DataConnectionFileName As String
Get
'Usage
Dim instance As DataConnectionFile
Dim value As String
value = instance.DataConnectionFileName
public string DataConnectionFileName { get; }
Property Value
Type: System.String
The name of the Universal Data Connection (UDC) file.