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.

See also

Reference

DataConnectionFile class

DataConnectionFile members

Microsoft.Office.InfoPath.Server.Administration namespace