Share via


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