PhoneCallInfo.PhoneNumber 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 the phone number of the phone call.
public:
property Platform::String ^ PhoneNumber { Platform::String ^ get(); };
winrt::hstring PhoneNumber();
public string PhoneNumber { get; }
var string = phoneCallInfo.phoneNumber;
Public ReadOnly Property PhoneNumber As String
Property Value
A string containing the phone number of the phone call.
Windows requirements
App capabilities |
phoneCall
|