VoipPhoneCall.ContactName 属性

定义

获取或设置与 VoIP 呼叫关联的联系人姓名。

public:
 property Platform::String ^ ContactName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContactName();

void ContactName(winrt::hstring value);
public string ContactName { get; set; }
var string = voipPhoneCall.contactName;
voipPhoneCall.contactName = string;
Public Property ContactName As String

属性值

String

Platform::String

winrt::hstring

与 VoIP 呼叫关联的联系人姓名。

Windows 要求

应用功能
phoneCallHistory phoneCallHistorySystem voipCall

适用于