ProductExpiryPeriodDays Property |
Total default expiry period for the product (in days) from the date of production to the date of expiry.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> ExpiryPeriodDays { get; set; }
Public Property ExpiryPeriodDays As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ ExpiryPeriodDays {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member ExpiryPeriodDays : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also