SingleTask.OverdueRepeatTimes property
Gets or sets the number of times to send a reminder email with the frequency of OverdueReminderRepeat.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public Property OverdueRepeatTimes As InArgument(Of Integer)
Get
Set
'Usage
Dim instance As SingleTask
Dim value As InArgument(Of Integer)
value = instance.OverdueRepeatTimes
instance.OverdueRepeatTimes = value
public InArgument<int> OverdueRepeatTimes { get; set; }
Property value
Type: System.Activities.InArgument<Int32>
The number of times to send a reminder.