Indicates which address's Phone field will be synced with the Contact's WorkPhone field. The value is the prompt for MainAddressPrompt, Address2Prompt, or Address3Prompt

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

Syntax

C#
public string WorkPhoneSync { get; }
Visual Basic
Public ReadOnly Property WorkPhoneSync As String
	Get
Visual C++
public:
property String^ WorkPhoneSync {
	String^ get ();
}

See Also