JAMS 6.x Help
MinimumSeverity Property (SetupJob)


Gets or Sets the MinimumSeverity property. Specifies the minimum completion severity for this Job within this Setup. For a Setup to be considered successful, all of the Jobs in the Setup must complete with a severity which meets their minimum.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property MinimumSeverity As Severity
'Usage
 
Dim instance As SetupJob
Dim value As Severity
 
instance.MinimumSeverity = value
 
value = instance.MinimumSeverity
[System.ComponentModel.DefaultValue()]
public Severity MinimumSeverity {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

SetupJob Class
SetupJob Members