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