Selerix Developer Tools
IsAutoAnswer Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : IsAutoAnswer Field
Indicates if this is an auto-answer.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public IsAutoAnswer As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
value = instance.IsAutoAnswer
 
instance.IsAutoAnswer = value
[XmlAttribute()]
[DefaultValue()]
public bool IsAutoAnswer
public field IsAutoAnswer: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var IsAutoAnswer : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool IsAutoAnswer
[XmlAttribute()]
[DefaultValue()]
public:
bool IsAutoAnswer
See Also

Reference

Question Class
Question Members