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.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IOperatorCode MathematicOperatorCode { get; set; } |
| Visual Basic |
|---|
Property MathematicOperatorCode As IOperatorCode
Get
Set |
| Visual C++ |
|---|
property IOperatorCode^ MathematicOperatorCode {
IOperatorCode^ get ();
void set (IOperatorCode^ value);
} |
| F# |
|---|
abstract MathematicOperatorCode : IOperatorCode with get, set
|
Property Value
Type:
IOperatorCodeRemarks
See Also