Compartir a través de


ContactAnnotation.ContactId Propiedad

Definición

Obtiene o establece el identificador del contacto al que se aplica esta clase ContactAnnotation .

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 = contactAnnotation.contactId;
contactAnnotation.contactId = string;
Public Property ContactId As String

Valor de propiedad

String

Platform::String

winrt::hstring

Identificador del contacto al que se aplica esta clase ContactAnnotation .

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a