FormTemplate.DataConnectionFileReferences Property
Gets a collection of Universal Data Connection (UDC) files that are referenced in the form template.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property DataConnectionFileReferences As Collection(Of String)
Get
'Usage
Dim instance As FormTemplate
Dim value As Collection(Of String)
value = instance.DataConnectionFileReferences
public Collection<string> DataConnectionFileReferences { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>
A collection of string values.
Remarks
The string values returned in the collection are the file names of the UDC files.