Selerix Developer Tools
NeedPostBack Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : NeedPostBack Field
Need postback object.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public NeedPostBack As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
value = instance.NeedPostBack
 
instance.NeedPostBack = value
[XmlAttribute()]
[DefaultValue()]
public bool NeedPostBack
public field NeedPostBack: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var NeedPostBack : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool NeedPostBack
[XmlAttribute()]
[DefaultValue()]
public:
bool NeedPostBack

Field Value

bool true/false
See Also

Reference

Question Class
Question Members