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.3.0

Syntax

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

See Also