MeasurementUnitIsDefaultUnit Property |
True if this measurement unit is the default measurement unit within the category. There can be only one default measurement unit within a category. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsDefaultUnit { get; set; }
Public Property IsDefaultUnit As Boolean
Get
Set
public:
property bool IsDefaultUnit {
bool get ();
void set (bool value);
}
member IsDefaultUnit : bool with get, set
Property Value
Type:
Boolean
See Also