Share via


SingleTask.OverdueReminderRepeat property

Gets or sets how frequently the reminder email should be sent if the task is past its expiration date and is not yet completed.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property OverdueReminderRepeat As InArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As SingleTask
Dim value As InArgument(Of Integer)

value = instance.OverdueReminderRepeat

instance.OverdueReminderRepeat = value
public InArgument<int> OverdueReminderRepeat { get; set; }

Property value

Type: System.Activities.InArgument<Int32>
The frequency of the reminder email.

See also

Reference

SingleTask class

SingleTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace