Share via


FormTemplate.QuiesceStatus Property

Gets the status of a form template's quiesce state.

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

Syntax

'Declaration
Public ReadOnly Property QuiesceStatus As FormTemplate.QuiesceMode
    Get
'Usage
Dim instance As FormTemplate
Dim value As FormTemplate.QuiesceMode

value = instance.QuiesceStatus
public FormTemplate.QuiesceMode QuiesceStatus { get; }

Property Value

Type: Microsoft.Office.InfoPath.Server.Administration.FormTemplate.QuiesceMode
A FormTemplate.QuiesceMode object.

Remarks

The three possible values of the FormTemplate.QuiesceMode object are Normal, Quiescing, or Quiesced.

See Also

Reference

FormTemplate Class

FormTemplate Members

Microsoft.Office.InfoPath.Server.Administration Namespace