Selerix Developer Tools
Text Property (Question)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : Text Property
Gets or sets the text in the questionnaire.
Syntax
'Declaration
 
<ScriptableAttribute()>
<XmlIgnoreAttribute()>
Public Property Text As String
'Usage
 
Dim instance As Question
Dim value As String
 
instance.Text = value
 
value = instance.Text
[Scriptable()]
[XmlIgnore()]
public string Text {get; set;}
public read-write property Text: String; 
ScriptableAttribute()
XmlIgnoreAttribute()
public function get,set Text : String
[Scriptable()]
[XmlIgnore()]
public: __property string* get_Text();
public: __property void set_Text( 
   string* value
);
[Scriptable()]
[XmlIgnore()]
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

The text in the questionnaire.
See Also

Reference

Question Class
Question Members