Line Status Code (BBIE). Identifies the status of the Despatch Line with respect to its original state.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public ILineStatusCode LineStatusCode { get; set; }
Visual Basic
Public Property LineStatusCode As ILineStatusCode
	Get
	Set
Visual C++
public:
virtual property ILineStatusCode^ LineStatusCode {
	ILineStatusCode^ get () sealed;
	void set (ILineStatusCode^ value) sealed;
}
F#
abstract LineStatusCode : ILineStatusCode with get, set
override LineStatusCode : ILineStatusCode with get, set

Property Value

Type: ILineStatusCode

Implements

IDespatchLine..::..LineStatusCode

Remarks

Dictionary entry name
Despatch Line. Line Status Code. Code
Cardinality
0..1

See Also