Share via


ContactAnnotation.ContactId Property

Definition

Gets or set the ID for the Contact to which this ContactAnnotation applies.

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

Property Value

String

Platform::String

winrt::hstring

The ID for the Contact to which this ContactAnnotation applies.

Windows requirements

App capabilities
contactsSystem

Applies to