DataConnectionFile.HasDependants property

Gets a value that indicates whether any form templates on the server are dependant on the Universal Data Connection (UDC) file located in the central data connection store.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public ReadOnly Property HasDependants As Boolean
    Get
'Usage
Dim instance As DataConnectionFile
Dim value As Boolean

value = instance.HasDependants
public bool HasDependants { get; }

Property value

Type: System.Boolean
A boolean value indicating whether the data connection file is dependant on other data connection files.

Remarks

Use the EnumerateDependants method to determine the specific dependant form templates.

See also

Reference

DataConnectionFile class

DataConnectionFile members

Microsoft.Office.InfoPath.Server.Administration namespace