Gets or sets the recorded date upon which the associated contact subscribed to this CSubscription instance.

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

Syntax

C#
public DateTime DateSubscribed { get; set; }
Visual Basic (Declaration)
Public Property DateSubscribed As DateTime
Visual C++
public:
property DateTime DateSubscribed {
	DateTime get ();
	void set (DateTime value);
}

See Also