Indicates whether or not a Contact's birth date should be collected and displayed.

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

Syntax

C#
public bool UseBirthDate { get; }
Visual Basic (Declaration)
Public ReadOnly Property UseBirthDate As Boolean
Visual C++
public:
property bool UseBirthDate {
	bool get ();
}

See Also