Selerix Developer Tools
TextBankBase Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Offering Class : TextBankBase Property
Gets or sets offering text bank base.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property TextBankBase As String
'Usage
 
Dim instance As Offering
Dim value As String
 
instance.TextBankBase = value
 
value = instance.TextBankBase
[XmlAttribute()]
public virtual string TextBankBase {get; set;}
public read-write property TextBankBase: String; virtual; 
XmlAttributeAttribute()
public function get,set TextBankBase : String
[XmlAttribute()]
public: __property virtual string* get_TextBankBase();
public: __property virtual void set_TextBankBase( 
   string* value
);
[XmlAttribute()]
public:
virtual property String^ TextBankBase {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Offering Class
Offering Members