JAMS 6.x Help
CompletionSeverity Property (DependencySetup)


Gets or Sets the Completion Severity. The "Depends on Setup" must complete with a severity level which is equal to or better than this severity.
Syntax
'Declaration
 
Public Property CompletionSeverity As SeveritySetup
'Usage
 
Dim instance As DependencySetup
Dim value As SeveritySetup
 
instance.CompletionSeverity = value
 
value = instance.CompletionSeverity
public SeveritySetup CompletionSeverity {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

DependencySetup Class
DependencySetup Members