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 or sets the name displayed in the library of a Universal Data Connection (UDC) file located in the data connection library.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As DataConnectionFile
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
public string DisplayName { get; set; }
Property Value
Type: System.String
A string representing the display name of the data connection file.
Remarks
The DisplayName property is a required field.