OfferLineGuaranteePeriodDays Property |
Guarantee period in days for the offered product. null for non-serviced products.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
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