ContactPhone.Number Property
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.
Gets or setsthe phone number of a phone for a contact. The maximum string length for the phone number is 50 characters.
public:
property Platform::String ^ Number { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Number();
void Number(winrt::hstring value);
public string Number { get; set; }
var string = contactPhone.number;
contactPhone.number = string;
Public Property Number As String
Property Value
The phone number of a phone for a contact. The maximum string length for the phone number is 50 characters.
Windows requirements
App capabilities |
contactsSystem
|