JAMS Developer Guide
TimeLimitSpan Property


MVPSI.JAMS.Activities Namespace > TimeLimit Class : TimeLimitSpan Property
The timespan that the activity must complete within.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Time Limit")>
Public Property TimeLimitSpan As System.TimeSpan
'Usage
 
Dim instance As TimeLimit
Dim value As System.TimeSpan
 
instance.TimeLimitSpan = value
 
value = instance.TimeLimitSpan
[System.ComponentModel.Category("Time Limit")]
public System.TimeSpan TimeLimitSpan {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

TimeLimit Class
TimeLimit Members