DocumentAmountTypeDefaultPercent Property |
Default percent for amounts for which percent input is allowed; null otherwise.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> DefaultPercent { get; set; }
Public Property DefaultPercent As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ DefaultPercent {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member DefaultPercent : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also