FormTemplate.QuiesceEndTime method

Provides the time when the FormTemplate.FormTemplateState changes from Quiescing to Quiesced.

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

Syntax

'Declaration
Public Function QuiesceEndTime As DateTime
'Usage
Dim instance As FormTemplate
Dim returnValue As DateTime

returnValue = instance.QuiesceEndTime()
public DateTime QuiesceEndTime()

Return value

Type: System.DateTime
A DateTime value.

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace