JAMS Developer Guide
PropertyOf Enumeration


MVPSI.JAMS Namespace : PropertyOf Enumeration
Identifys the various objects that could possess the property.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum PropertyOf 
   Inherits System.Enum
'Usage
 
Dim instance As PropertyOf
[System.Flags()]
public enum PropertyOf : System.Enum 
Members
MemberDescription
AnyThe property applies to any type of object
ElementThe property only applies to elements that reference the property
FolderThe property applies to Folders
FolderOrJobThe property applies to Folders or Jobs
JobThe property applies to Jobs
UnknownWhat this property applys to is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.PropertyOf

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