Share via


CompositeTaskHelper.OverdueRepeatTimes 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 OverdueRepeatTimes As InArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As CompositeTaskHelper
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>

See also

Reference

CompositeTaskHelper class

CompositeTaskHelper members

Microsoft.SharePoint.WorkflowServices.Activities namespace