Nature Code (BBIE). The high-level nature of the Classification issued by a specific maintenance agency, expressed as a code.

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 ICode NatureCode { get; set; }
Visual Basic
Public Property NatureCode As ICode
	Get
	Set
Visual C++
public:
virtual property ICode^ NatureCode {
	ICode^ get () sealed;
	void set (ICode^ value) sealed;
}
F#
abstract NatureCode : ICode with get, set
override NatureCode : ICode with get, set

Property Value

Type: ICode

Implements

ICommodityClassification..::..NatureCode

Remarks

Dictionary entry name
Commodity Classification. Nature Code. Code
Cardinality
0..1

Examples

"wooden products"

See Also