JAMS Developer Guide
ParentObject Property


MVPSI.JAMS Namespace > IBaseObject Interface : ParentObject Property
The IBaseObject.ParentObject property is used internally by JAMS.
Syntax
'Declaration
 
Property ParentObject As System.Object
'Usage
 
Dim instance As IBaseObject
Dim value As System.Object
 
instance.ParentObject = value
 
value = instance.ParentObject
System.object ParentObject {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

IBaseObject Interface
IBaseObject Members