Selerix Developer Tools
Text Property (ColumnValue)






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

Property Value

The text.
See Also

Reference

ColumnValue Class
ColumnValue Members