MeasurementUnitDivisor Property |
Divisor of the relative value of the measurement unit against other units (divisor when converting to base). [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Divisor { get; set; }
Public Property Divisor As Decimal
Get
Set
public:
property Decimal^ Divisor {
Decimal^ get ();
void set (Decimal^ value);
}
member Divisor : decimal with get, set
Property Value
Type:
Decimal
See Also