ChatConversation.Participants Property

Definition

Gets a list of all the participants in the conversation.

public:
 property IVector<Platform::String ^> ^ Participants { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Participants();
public IList<string> Participants { get; }
var iVector = chatConversation.participants;
Public ReadOnly Property Participants As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of all the participants in the conversation.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to