ProductGuaranteePeriodDays Property |
Default guarantee period length in days. 0 means no guarantee. Should be non-null for serviced products and null for the others.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> GuaranteePeriodDays { get; set; }
Public Property GuaranteePeriodDays As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ GuaranteePeriodDays {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member GuaranteePeriodDays : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also