Selerix Developer Tools
DoNotInherit Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : DoNotInherit Field
Indicates if the answer can be inherited from another plan
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public DoNotInherit As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
value = instance.DoNotInherit
 
instance.DoNotInherit = value
[XmlAttribute()]
[DefaultValue()]
public bool DoNotInherit
public field DoNotInherit: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var DoNotInherit : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool DoNotInherit
[XmlAttribute()]
[DefaultValue()]
public:
bool DoNotInherit
See Also

Reference

Question Class
Question Members