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

The mobile phone number of for the user.

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

Syntax

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

See Also