Share via


ChatConversationThreadingInfo.Participants Property

Definition

Gets the list of participants in the ChatConversation.

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

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of participants in the ChatConversation.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to