Selerix Developer Tools
IsTable Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : IsTable Field
Indicates if the question is in a table. Default value is false.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public IsTable As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
value = instance.IsTable
 
instance.IsTable = value
[XmlAttribute()]
[DefaultValue()]
public bool IsTable
public field IsTable: Boolean; 
[XmlAttribute()]
[DefaultValue()]
public: bool IsTable
[XmlAttribute()]
[DefaultValue()]
public:
bool IsTable
See Also

Reference

Question Class
Question Members