Selerix Developer Tools
DefaultAnswer Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : DefaultAnswer Property
Gets or sets the default answer.
Syntax
'Declaration
 
<ScriptableAttribute()>
<XmlAttributeAttribute("DefaultAnswer")>
Public Property DefaultAnswer As String
'Usage
 
Dim instance As Question
Dim value As String
 
instance.DefaultAnswer = value
 
value = instance.DefaultAnswer
[Scriptable()]
[XmlAttribute("DefaultAnswer")]
public string DefaultAnswer {get; set;}
public read-write property DefaultAnswer: String; 
ScriptableAttribute()
XmlAttributeAttribute("DefaultAnswer")
public function get,set DefaultAnswer : String
[Scriptable()]
[XmlAttribute("DefaultAnswer")]
public: __property string* get_DefaultAnswer();
public: __property void set_DefaultAnswer( 
   string* value
);
[Scriptable()]
[XmlAttribute("DefaultAnswer")]
public:
property String^ DefaultAnswer {
   String^ get();
   void set (    String^ value);
}

Property Value

the default answer
See Also

Reference

Question Class
Question Members