The contact's telephone number at work

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

Syntax

C#
public string WorkPhone { get; set; }
Visual Basic
Public Property WorkPhone As String
	Get
	Set
Visual C++
public:
property String^ WorkPhone {
	String^ get ();
	void set (String^ value);
}

See Also