 | IItemFamilyEntityNotOnMarket Property |
Gets or sets whether the item family isn't on the market
(Non metteur sur le marché)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Item
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> NotOnMarket { get; set; }
Property NotOnMarket As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the NotOnMarket (Non metteur sur le marché) column of the ItemFamily (Familles Articles) table.
See Also