FormTemplate.DisplayName property

Gets the name of the form template displayed on the Manage form templates page of the Central Administration site.

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

Syntax

'Declaration
Public Overrides ReadOnly Property DisplayName As String
    Get
'Usage
Dim instance As FormTemplate
Dim value As String

value = instance.DisplayName
public override string DisplayName { get; }

Property value

Type: System.String
The name of the form template.

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace