PhoneNumber Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents a phone number in a ContactCard instance.
public ref class PhoneNumber
public class PhoneNumber
type PhoneNumber = class
Public Class PhoneNumber
- Inheritance
-
PhoneNumber
Constructors
PhoneNumber(String, String, String) |
Create an instance of PhoneNumber. |
PhoneNumber(String, String) |
Create an instance of PhoneNumber |
Properties
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. |