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

適用対象