OfficeTask.OverdueRepeatTimes property

Gets or sets a value that represents the number of times that OnTaskExpired should be run on the frequency of OverdueRepeat, if the task is past the due date and not yet complete.

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

Syntax

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

value = instance.OverdueRepeatTimes

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

Property value

Type: System.Double
A double that contains the number of times that OnTaskExpired should be run.

Remarks

If set to -1, the number of repeats is unbounded; otherwise, it is equal to the value of OverdueRepeat.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace