JAMS Developer Guide
CompletionSeverity Property (EntryDependency)


MVPSI.JAMS Namespace > EntryDependency Class : CompletionSeverity Property
Gets or sets the minimum completion severity that will satisfy the dependency.
Syntax
'Declaration
 
Public Property CompletionSeverity As Severity
'Usage
 
Dim instance As EntryDependency
Dim value As Severity
 
instance.CompletionSeverity = value
 
value = instance.CompletionSeverity
public Severity 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

EntryDependency Class
EntryDependency Members