[This is preliminary documentation and is subject to change.]
The preferred phone number of the user.
The value is 1 for work1, 2 for work2, 3 for home, 4 for other and
5 for cell, the value is null if not set.
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int PreferredPhoneNumber { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PreferredPhoneNumber As Integer |
Visual C++ |
---|
public: property int PreferredPhoneNumber { int get (); void set (int value); } |