Share via


ConversationItem.Participant Property

Definition

Gets or sets conversation participant information, such as Name, Email, and so on.

public:
 property Platform::String ^ Participant { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Participant();

void Participant(winrt::hstring value);
public string Participant { get; set; }
var string = conversationItem.participant;
conversationItem.participant = string;
Public Property Participant As String

Property Value

String

Platform::String

winrt::hstring

Conversation participant information, such as Name, Email, and so on. Value cannot be empty.

Applies to