ContactAnnotation.ContactId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The ID for the Contact to which this ContactAnnotation applies.
Windows requirements
App capabilities |
contactsSystem
|