Gets the number of 'Reason' entries in the container object.
Reason (BBIE). The reason for the price change, expressed as text.
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 GetPriceChangeReasonCount() |
| Visual Basic |
|---|
Public Function GetPriceChangeReasonCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetPriceChangeReasonCount() sealed |
| F# |
|---|
abstract GetPriceChangeReasonCount : unit -> int
override GetPriceChangeReasonCount : unit -> int |
Return Value
Type:
Int32The number of
IText object instances in the container object.
Implements
IPrice..::..GetPriceChangeReasonCount()()()()
See Also