Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of Universal Data Connection (UDC) files available on the server farm.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property DataConnectionFiles As DataConnectionFileCollection
Get
'Usage
Dim instance As FormsService
Dim value As DataConnectionFileCollection
value = instance.DataConnectionFiles
public DataConnectionFileCollection DataConnectionFiles { get; }
Property Value
Type: Microsoft.Office.InfoPath.Server.Administration.DataConnectionFileCollection
A DataConnectionFileCollection collection of UDC files.
Remarks
Use the DataConnectionFile to access properties of the UDC files such as Category, Description, DisplayName, HasDependants, WebAccessible, Xml, and the EnumerateDependants method.