MeasurementUnitSystemUnit Property |
Not null only when this is one of the system measurement units. N=NetKG; G=GrossKG; V=VolumeL; H=HeightM; W=WidthM, L=LengthM, P=Piece, T=TimeH. [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<MeasurementUnitsRepositorySystemUnit> SystemUnit { get; set; }
Public Property SystemUnit As Nullable(Of MeasurementUnitsRepositorySystemUnit)
Get
Set
public:
property Nullable<MeasurementUnitsRepositorySystemUnit^>^ SystemUnit {
Nullable<MeasurementUnitsRepositorySystemUnit^>^ get ();
void set (Nullable<MeasurementUnitsRepositorySystemUnit^>^ value);
}
member SystemUnit : Nullable<MeasurementUnitsRepositorySystemUnit> with get, set
Property Value
Type:
NullableMeasurementUnitsRepositorySystemUnit
See Also