'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); }