The birth date of the contact

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

Syntax

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

See Also