Gets or sets the date and time on which an order confirmation was sent to the customer.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected DateTime ConfirmationOn { get; set; } |
| Visual Basic (Declaration) |
|---|
Protected Property ConfirmationOn As DateTime |
| Visual C++ |
|---|
protected: property DateTime ConfirmationOn { DateTime get (); void set (DateTime value); } |