Selerix Developer Tools
Amount Property






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

Property Value

The amount.
See Also

Reference

PaymentTransactionEntry Class
PaymentTransactionEntry Members