JAMS Developer Guide
InheritedFromType Enumeration


MVPSI.JAMS Namespace : InheritedFromType Enumeration
Identifies the type of object that a property or element was inherited from.
Syntax
'Declaration
 
Public Enum InheritedFromType 
   Inherits System.Enum
'Usage
 
Dim instance As InheritedFromType
public enum InheritedFromType : System.Enum 
Members
MemberDescription
ElementTypeInherited from the ElementType
FolderInherited from a folder
MethodInherited from an execution method
NotInheritedThe value was not inherited.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.InheritedFromType

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