PhoneCall.CallId 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 call identifier (or call identifier).
public:
property Platform::String ^ CallId { Platform::String ^ get(); };
winrt::hstring CallId();
public string CallId { get; }
var string = phoneCall.callId;
Public ReadOnly Property CallId As String
Property Value
A string containing the call identifier.
Windows requirements
App capabilities |
phoneCall
|