The birth date of the contact

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

Syntax

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

See Also