JAMS Developer Guide
RepeatForever Property


MVPSI.JAMS.Activities Namespace > Repeat Class : RepeatForever Property
Option to continue repeating without a stop time.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Repeat Behavior")>
Public Property RepeatForever As System.Boolean
'Usage
 
Dim instance As Repeat
Dim value As System.Boolean
 
instance.RepeatForever = value
 
value = instance.RepeatForever
[System.ComponentModel.Category("Repeat Behavior")]
public System.bool RepeatForever {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Repeat Class
Repeat Members