Selerix Developer Tools
LumpSum Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Rider Class : LumpSum Property
Gets or sets the lump sum.
Syntax
'Declaration
 
Public Overridable Property LumpSum As Nullable(Of Decimal)
'Usage
 
Dim instance As Rider
Dim value As Nullable(Of Decimal)
 
instance.LumpSum = value
 
value = instance.LumpSum
public virtual Nullable<decimal> LumpSum {get; set;}
public read-write property LumpSum: Nullable; virtual; 
public function get,set LumpSum : Nullable
public: __property virtual Nullable<decimal> get_LumpSum();
public: __property virtual void set_LumpSum( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> LumpSum {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The lump sum.
See Also

Reference

Rider Class
Rider Members