Selerix Developer Tools
CodeTextItem Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParam Class : CodeTextItem Property
Gets or sets the code text item.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property CodeTextItem As String
'Usage
 
Dim instance As RateParam
Dim value As String
 
instance.CodeTextItem = value
 
value = instance.CodeTextItem
[XmlAttribute()]
public string CodeTextItem {get; set;}
public read-write property CodeTextItem: String; 
XmlAttributeAttribute()
public function get,set CodeTextItem : String
[XmlAttribute()]
public: __property string* get_CodeTextItem();
public: __property void set_CodeTextItem( 
   string* value
);
[XmlAttribute()]
public:
property String^ CodeTextItem {
   String^ get();
   void set (    String^ value);
}

Property Value

The code text item.
See Also

Reference

RateParam Class
RateParam Members