Compartilhar via


WordServiceApplication.TimerJobFrequency Property

Gets a value that specifies the frequency with which the timer job for this service application runs.

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public ReadOnly Property TimerJobFrequency As TimeSpan
    Get
'Usage
Dim instance As WordServiceApplication
Dim value As TimeSpan

value = instance.TimerJobFrequency
public TimeSpan TimerJobFrequency { get; }

Property Value

Type: System.TimeSpan
Returns TimeSpan.

See Also

Reference

WordServiceApplication Class

WordServiceApplication Members

Microsoft.Office.Word.Server.Service Namespace