 | IPriceListEntityBaseEndValidityDate Property |
Gets or sets the end validity date
(Date de fin)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PriceList
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<DateTime> EndValidityDate { get; set; }
Property EndValidityDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
RemarksThis entity member is bound to the EndValidityDate (Date de fin) column of the PriceList (Tarif) table.
See Also