Gets or sets the line item's line number.

Namespace:  BargeEx.Internal
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual int LineItemNumber { get; set; }
Visual Basic (Declaration)
Public Overridable Property LineItemNumber As Integer
Visual C++
public:
virtual property int LineItemNumber {
	int get ();
	void set (int value);
}

Property Value

The line item's line number. The default is 0.

Remarks

Each line item that appears in a document should have a unique number.

The LineItemNumberSpecified property indicates whether or not this property will be included in the serialized class or generated document. The LineItemNumberSpecified property is automatically set to true when this property is set.

See Also