Gets the number of 'Line Reference' entries in the container object.
Line Reference (ASBIE). An associative reference to Despatch Line.
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 int GetDespatchLineReferenceCount() |
| Visual Basic |
|---|
Public Function GetDespatchLineReferenceCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetDespatchLineReferenceCount() sealed |
| F# |
|---|
abstract GetDespatchLineReferenceCount : unit -> int
override GetDespatchLineReferenceCount : unit -> int |
Return Value
Type:
Int32The number of
ILineReference object instances in the container object.
Implements
ICreditNoteLine..::..GetDespatchLineReferenceCount()()()()
See Also