Compartir a través de


ChatConversationThreadingInfo.ContactId Propiedad

Definición

Obtiene o establece el Contact.Id para el participante remoto.

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

void ContactId(winrt::hstring value);
public string ContactId { get; set; }
var string = chatConversationThreadingInfo.contactId;
chatConversationThreadingInfo.contactId = string;
Public Property ContactId As String

Valor de propiedad

String

Platform::String

winrt::hstring

El Contact.Id del participante remoto.

Requisitos de Windows

Características de aplicaciones
chat chatSystem smsSend

Se aplica a