Whether or not to automatically update FullName and LastFirst

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

Syntax

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

See Also