Selerix Developer Tools
DesireAnswer Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : DesireAnswer Field
The answer we expect to get on the question. If not, subquestions will be asked. If not, then all subquestions will be asked by default.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public DesireAnswer As String
'Usage
 
Dim instance As Question
Dim value As String
 
value = instance.DesireAnswer
 
instance.DesireAnswer = value
[XmlAttribute()]
public string DesireAnswer
public field DesireAnswer: String; 
XmlAttributeAttribute()
public var DesireAnswer : String;
[XmlAttribute()]
public: string* DesireAnswer
[XmlAttribute()]
public:
String^ DesireAnswer
See Also

Reference

Question Class
Question Members