Mathematic Operator Code (BBIE). An identifier for whether the Calculation Rate should be used to multiply or to divide, expressed as a code.
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 IOperatorCode MathematicOperatorCode { get; set; } |
| Visual Basic |
|---|
Public Property MathematicOperatorCode As IOperatorCode
Get
Set |
| Visual C++ |
|---|
public:
virtual property IOperatorCode^ MathematicOperatorCode {
IOperatorCode^ get () sealed;
void set (IOperatorCode^ value) sealed;
} |
| F# |
|---|
abstract MathematicOperatorCode : IOperatorCode with get, set
override MathematicOperatorCode : IOperatorCode with get, set |
Property Value
Type:
IOperatorCodeImplements
IExchangeRate..::..MathematicOperatorCodeRemarks
See Also