Fullness Indication Code (BBIE). A code indicating whether a piece of transport equipment is full, partially full, or empty.
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 FullnessIndicationCode { get; set; } |
| Visual Basic |
|---|
Public Property FullnessIndicationCode As ICode
Get
Set |
| Visual C++ |
|---|
public:
virtual property ICode^ FullnessIndicationCode {
ICode^ get () sealed;
void set (ICode^ value) sealed;
} |
| F# |
|---|
abstract FullnessIndicationCode : ICode with get, set
override FullnessIndicationCode : ICode with get, set |
Property Value
Type:
ICodeImplements
ITransportEquipment..::..FullnessIndicationCodeRemarks
See Also