Share via


FormsService.DataConnectionFiles property

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.

See also

Reference

FormsService class

FormsService members

Microsoft.Office.InfoPath.Server.Administration namespace