Gets or sets the line item number for order line item in the order document that is related to this invoice line item.

Namespace:  BargeEx
Assembly:  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 line item number for order line item in the order document that is related to this invoice line item. The default is 0.

Remarks

This property ties the line item back to the line item in the order that directed the service provider to perform the service billed on this line item.

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.

See Also