Selerix Developer Tools
Expression Property






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

Property Value

The expression.
See Also

Reference

RateParam Class
RateParam Members