 | IComplementaryAccountEntity.ExcludeFromSecurityBond Property |
Gets or sets the value indicating whether complementary account amount must be excluded from security bond.
(Ne pas inclure dans le calcul de retenue de garantie)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Building
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> ExcludeFromSecurityBond { get; set; }
Property ExcludeFromSecurityBond As Nullable(Of Boolean)
Get
Set
Property Value
Type:
Nullable<Boolean>
RemarksThis entity member is bound to the ExcludeFromSecurityBond (Ne pas inclure dans le calcul de retenue de garantie) column of the ComplementaryAccount (Postes complémentaires) table.
See Also