DocumentTypeAmountDefaultPercent Property |
Default input percent. Valid only for amount types, supporting percent and takes precedence over Default_Percent in the definition of the amount type.
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