Gets or sets the number for line item in the order document
that is related to this event or status change.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual int OrderDocumentLineItem { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property OrderDocumentLineItem As Integer |
Visual C++ |
---|
public: virtual property int OrderDocumentLineItem { int get (); void set (int value); } |
Property Value
The number for line item in the order document that is related to this event or status change. The default is 0.Remarks
This property ties the event or status change back to the line item in the order that directed the service provider to perform the service on the boat.
The OrderDocumentLineItemSpecified property indicates whether or not this property will be included in the serialized class or generated document. The OrderDocumentLineItemSpecified property is automatically set to true when this property is set.