Share via


OfficeTask.OverdueRepeat Property

Gets or sets an object that represents the frequency with which OnTaskExpired should run, if the task is past the due date and not yet completed.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property OverdueRepeat As OverdueRepeat
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As OverdueRepeat

value = instance.OverdueRepeat

instance.OverdueRepeat = value
[ValidationOptionAttribute(ValidationOption.Required)]
public OverdueRepeat OverdueRepeat { get; set; }

Property Value

Type: Microsoft.Office.Workflow.Actions.OverdueRepeat
An object that represents the frequency with which OnTaskExpired should run.

See Also

Reference

OfficeTask Class

OfficeTask Members

Microsoft.Office.Workflow.Actions Namespace