JAMS 6.x Help
SLATime Property (Setup)


The time of day that a job must be completed by to meet a Service Level Agreement
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Notification")>
<System.ComponentModel.DescriptionAttribute("The time of day that a job must be completed by to meet a Service Level Agreement")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property SLATime As TimeOfDay
'Usage
 
Dim instance As Setup
Dim value As TimeOfDay
 
instance.SLATime = value
 
value = instance.SLATime
[System.ComponentModel.Category("Notification")]
[System.ComponentModel.Description("The time of day that a job must be completed by to meet a Service Level Agreement")]
[System.ComponentModel.DefaultValue()]
public TimeOfDay SLATime {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

Setup Class
Setup Members

Send Feedback