ChatMessageTransport.TransportId Property

Definition

Gets the messaging transport’s identifier.

public:
 property Platform::String ^ TransportId { Platform::String ^ get(); };
winrt::hstring TransportId();
public string TransportId { get; }
var string = chatMessageTransport.transportId;
Public ReadOnly Property TransportId As String

Property Value

String

Platform::String

winrt::hstring

The ID of the transport.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to