Gets the number of 'Order Reference' entries in the container object. Order Reference (ASBIE). An associative reference to the Order(s) being cancelled. It is considered better practice to cancel only one Order in each Order Cancellation document.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
int GetOrderReferenceCount()
Visual Basic
Function GetOrderReferenceCount As Integer
Visual C++
int GetOrderReferenceCount()
F#
abstract GetOrderReferenceCount : unit -> int 

Return Value

Type: Int32
The number of IOrderReference object instances in the container object.

See Also