Inspection Method (BBIE). Inspection requirements for a Line Item, 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 InspectionMethodCode { get; set; }
Visual Basic
Public Property InspectionMethodCode As ICode
	Get
	Set
Visual C++
public:
virtual property ICode^ InspectionMethodCode {
	ICode^ get () sealed;
	void set (ICode^ value) sealed;
}
F#
abstract InspectionMethodCode : ICode with get, set
override InspectionMethodCode : ICode with get, set

Property Value

Type: ICode

Implements

ILineItem..::..InspectionMethodCode

Remarks

Dictionary entry name
Line Item. Inspection Method. Code
Cardinality
0..1

See Also