Share via


CompositeTaskHelper.OverdueReminderRepeat property

This member is reserved for internal use and is not intended to be used directly from your code.

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 CompositeTaskHelper
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>

See also

Reference

CompositeTaskHelper class

CompositeTaskHelper members

Microsoft.SharePoint.WorkflowServices.Activities namespace