Price (ASBIE). An association to Price.
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 IPrice Price { get; set; } |
| Visual Basic |
|---|
Public Property Price As IPrice
Get
Set |
| Visual C++ |
|---|
public:
virtual property IPrice^ Price {
IPrice^ get () sealed;
void set (IPrice^ value) sealed;
} |
| F# |
|---|
abstract Price : IPrice with get, set
override Price : IPrice with get, set |
Property Value
Type:
IPriceImplements
IDebitNoteLine..::..PriceRemarks
See Also