Share via


WordServiceApplication.JobExpirationDays property

Number of days for which completed jobs remain in the database before being expired. A value of 0 indicates that jobs do not expire.

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

Syntax

'Declaration
Public Property JobExpirationDays As Integer
    Get
    Set
'Usage
Dim instance As WordServiceApplication
Dim value As Integer

value = instance.JobExpirationDays

instance.JobExpirationDays = value
public int JobExpirationDays { get; set; }

Property value

Type: System.Int32

See also

Reference

WordServiceApplication class

WordServiceApplication members

Microsoft.Office.Word.Server.Service namespace