ChatRecipientDeliveryInfo.TransportAddress 屬性

定義

取得或設定收件者的傳輸位址。

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

void TransportAddress(winrt::hstring value);
public string TransportAddress { get; set; }
var string = chatRecipientDeliveryInfo.transportAddress;
chatRecipientDeliveryInfo.transportAddress = string;
Public Property TransportAddress As String

屬性值

String

Platform::String

winrt::hstring

收件者的傳輸位址。

Windows 需求

應用程式功能
chat chatSystem smsSend

適用於