The date on which the customer accepted the offer. null if the offer is not yet accepted or the date is unknown.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> AcceptedOn { get; set; }
Public Property AcceptedOn As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ AcceptedOn {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member AcceptedOn : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also