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