Indicates whether or not a Contact's Gender should be a required field

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

Syntax

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

See Also