Share via


LoopNTimes.RepeatCount property

Gets or sets the number of times to execute the specified activity.

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

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property RepeatCount As InArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As LoopNTimes
Dim value As InArgument(Of Integer)

value = instance.RepeatCount

instance.RepeatCount = value
[RequiredArgumentAttribute]
public InArgument<int> RepeatCount { get; set; }

Property value

Type: System.Activities.InArgument<Int32>

See also

Reference

LoopNTimes class

LoopNTimes members

Microsoft.SharePoint.WorkflowServices.Activities namespace