Selerix Developer Tools
FixedAmount Property (Product)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : FixedAmount Property
Gets or sets the fixed amount.
Syntax
'Declaration
 
Public Overridable Property FixedAmount As Nullable(Of Decimal)
'Usage
 
Dim instance As Product
Dim value As Nullable(Of Decimal)
 
instance.FixedAmount = value
 
value = instance.FixedAmount
public virtual Nullable<decimal> FixedAmount {get; set;}
public read-write property FixedAmount: Nullable; virtual; 
public function get,set FixedAmount : Nullable
public: __property virtual Nullable<decimal> get_FixedAmount();
public: __property virtual void set_FixedAmount( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> FixedAmount {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The fixed amount.
See Also

Reference

Product Class
Product Members