Nature Code (BBIE). The high-level nature of the Classification issued by a specific maintenance agency, expressed as a code.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: 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:
ICodeImplements
ICommodityClassification..::..NatureCodeRemarks
Examples
"wooden products"
See Also