PhoneNumber Members
Include Protected Members
Include Inherited Members
This class represents a phone number in a ContactCard instance.
The PhoneNumber type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PhoneNumber(String, String) | Create an instance of PhoneNumber | |
PhoneNumber(String, String, String) | Create an instance of PhoneNumber. |
Top
Properties
Name | Description | |
---|---|---|
DisplayString | Gets or sets the display string of the phone. | |
PhoneType | Gets or sets the type of the phone (work/home/mobile/other). | |
Uri | Gets or sets the phone uri. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top