ShipmentOrderLineParentLineNo Property |
The number of the line within the parent document, which the current line executes. null when the current line does not execute parent line.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> ParentLineNo { get; set; }
Public Property ParentLineNo As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ ParentLineNo {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member ParentLineNo : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also