Class SunamoTelephone
- Namespace
- SunamoVcf
- Assembly
- SunamoVcf.dll
Represents a telephone number entry in a virtual contact card.
public class SunamoTelephone
- Inheritance
-
SunamoTelephone
- Inherited Members
- Extension Methods
Properties
Number
Gets or sets the telephone number string.
public string Number { get; set; }
Property Value
Preference
Gets or sets the preference order of this telephone number.
public int Preference { get; set; }
Property Value
Type
Gets or sets the type of the telephone number.
public SunamoTelephoneType Type { get; set; }