FormTemplate.FormTemplateStatus Property

Gets the current state of the form template.

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

Syntax

'Declaration
Public ReadOnly Property FormTemplateStatus As FormTemplate.FormTemplateState
    Get
'Usage
Dim instance As FormTemplate
Dim value As FormTemplate.FormTemplateState

value = instance.FormTemplateStatus
public FormTemplate.FormTemplateState FormTemplateStatus { get; }

Property Value

Type: Microsoft.Office.InfoPath.Server.Administration.FormTemplate.FormTemplateState
A value based on the FormTemplate.FormTemplateState enumeration.

See Also

Reference

FormTemplate Class

FormTemplate Members

Microsoft.Office.InfoPath.Server.Administration Namespace