ChildOrder Property
- Last UpdatedNov 06, 2025
- 1 minute read
The ChildOrder property contains the line child order number assigned to the entity.
'Declaration
Public Property ChildOrder As Nullable(Of Integer)
'Usage
Dim instance As LineEntity
Dim value As Nullable(Of Integer)
instance.ChildOrder = value
value = instance.ChildOrder
public Nullable<int> ChildOrder {get; set;}