JAMS Developer Guide
Inherited Property (Param)


MVPSI.JAMS Namespace > Param Class : Inherited Property
Returns true if the Element was inherited from a folder above the current object.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
<System.Xml.Serialization.XmlIgnoreAttribute()>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property Inherited As System.Boolean
'Usage
 
Dim instance As Param
Dim value As System.Boolean
 
value = instance.Inherited
[System.Runtime.Serialization.DataMember()]
[System.Xml.Serialization.XmlIgnore()]
[System.ComponentModel.Browsable(false)]
public System.bool Inherited {get;}
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

Param Class
Param Members