JAMS Developer Guide
DefiningType Enumeration


MVPSI.JAMS Namespace : DefiningType Enumeration
Identifies what type of object has the initial definition of an element
Syntax
'Declaration
 
Public Enum DefiningType 
   Inherits System.Enum
'Usage
 
Dim instance As DefiningType
public enum DefiningType : System.Enum 
Members
MemberDescription
FolderThe element was originally defined by a folder.
JobThe element was originally defined by a job.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.DefiningType

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