FormTemplate.FormId property

Gets the form template identification (ID) value.

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

Syntax

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

value = instance.FormId
public string FormId { get; }

Property value

Type: System.String
A string representing the form template ID.

Remarks

The ID value corresponds to the name attribute of the xDocumentClass element of the manifest.xsf file.

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace