RemoteParticipantComposingChangedEventArgs.ParticipantAddress 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 the address of the remote chat participant.
public:
property Platform::String ^ ParticipantAddress { Platform::String ^ get(); };
winrt::hstring ParticipantAddress();
public string ParticipantAddress { get; }
var string = remoteParticipantComposingChangedEventArgs.participantAddress;
Public ReadOnly Property ParticipantAddress As String
Property Value
The address of the remote chat participant.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|