JAMS Developer Guide
RequirementType Enumeration


MVPSI.JAMS Namespace : RequirementType Enumeration
The type of object that the Resource Requirement applies to.
Syntax
'Declaration
 
Public Enum RequirementType 
   Inherits System.Enum
'Usage
 
Dim instance As RequirementType
public enum RequirementType : System.Enum 
Members
MemberDescription
FolderRequirement comes from the Folder
JobRequirement comes from the Job
UnspecifiedRequirement comes from any
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.RequirementType

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

MVPSI.JAMS Namespace