'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); }