[This is preliminary documentation and is subject to change.]

The mobile phone number.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also