ChatMessageTransport.TransportFriendlyName 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 a descriptive name identifying the messaging transport.
public:
property Platform::String ^ TransportFriendlyName { Platform::String ^ get(); };
winrt::hstring TransportFriendlyName();
public string TransportFriendlyName { get; }
var string = chatMessageTransport.transportFriendlyName;
Public ReadOnly Property TransportFriendlyName As String
Property Value
The friendly name for the transport.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|