The date that the contact joined (became a member of) the organization

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also