Selerix Developer Tools
FixedAmount Property (SampleTemplate)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > SampleTemplate Class : FixedAmount Property
Benefit Amount (Base Plan)
Syntax
'Declaration
 
<XmlElementAttribute()>
<DefaultValueAttribute()>
Public Property FixedAmount As Decimal
'Usage
 
Dim instance As SampleTemplate
Dim value As Decimal
 
instance.FixedAmount = value
 
value = instance.FixedAmount
[XmlElement()]
[DefaultValue()]
public decimal FixedAmount {get; set;}
public read-write property FixedAmount: Currency; 
XmlElementAttribute()
DefaultValueAttribute()
public function get,set FixedAmount : decimal
[XmlElement()]
[DefaultValue()]
public: __property decimal get_FixedAmount();
public: __property void set_FixedAmount( 
   decimal value
);
[XmlElement()]
[DefaultValue()]
public:
property decimal FixedAmount {
   decimal get();
   void set (    decimal value);
}
See Also

Reference

SampleTemplate Class
SampleTemplate Members