Gets or sets the date this CSubscription instance was created and saved to the database

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public DateTime CreatedOn { get; }
Visual Basic (Declaration)
Public ReadOnly Property CreatedOn As DateTime
Visual C++
public:
property DateTime CreatedOn {
	DateTime get ();
}

See Also