Selerix Developer Tools
StepDown Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : StepDown Property
Gets or sets a benefit amount step down.
Syntax
'Declaration
 
Public Overridable Property StepDown As Nullable(Of Decimal)
'Usage
 
Dim instance As Product
Dim value As Nullable(Of Decimal)
 
instance.StepDown = value
 
value = instance.StepDown
public virtual Nullable<decimal> StepDown {get; set;}
public read-write property StepDown: Nullable; virtual; 
public function get,set StepDown : Nullable
public: __property virtual Nullable<decimal> get_StepDown();
public: __property virtual void set_StepDown( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> StepDown {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The benefit amount step down.
See Also

Reference

Product Class
Product Members