Selerix Developer Tools
Variable Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCard Class : Variable Property
Gets or sets the variable.
Syntax
'Declaration
 
<XmlElementAttribute("Variable")>
<BOXmlObservableItemAttribute(Selerix.BusinessObjects.RateCardVariable)>
Public Property Variable As RateCardVariable
'Usage
 
Dim instance As RateCard
Dim value As RateCardVariable
 
instance.Variable = value
 
value = instance.Variable
[XmlElement("Variable")]
[BOXmlObservableItem(Selerix.BusinessObjects.RateCardVariable)]
public RateCardVariable Variable {get; set;}
public read-write property Variable: RateCardVariable; 
XmlElementAttribute("Variable")
BOXmlObservableItemAttribute(Selerix.BusinessObjects.RateCardVariable)
public function get,set Variable : RateCardVariable
[XmlElement("Variable")]
[BOXmlObservableItem(Selerix.BusinessObjects.RateCardVariable)]
public: __property RateCardVariable* get_Variable();
public: __property void set_Variable( 
   RateCardVariable* value
);
[XmlElement("Variable")]
[BOXmlObservableItem(Selerix.BusinessObjects.RateCardVariable)]
public:
property RateCardVariable^ Variable {
   RateCardVariable^ get();
   void set (    RateCardVariable^ value);
}

Property Value

The variable.
See Also

Reference

RateCard Class
RateCard Members