| AccountMinBalance Property |
Gets or sets the minimum balance of this account
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public decimal? MinBalance { get; set; }
Public Property MinBalance As Decimal?
Get
Set
public:
property Nullable<Decimal> MinBalance {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member MinBalance : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalSee Also