ContactListDeleteContactRequest.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 the contact ID of the contact to be deleted.
public:
property Platform::String ^ ContactId { Platform::String ^ get(); };
winrt::hstring ContactId();
public string ContactId { get; }
var string = contactListDeleteContactRequest.contactId;
Public ReadOnly Property ContactId As String
Property Value
The contact ID of the contact to be deleted.
Windows requirements
App capabilities |
contactsSystem
|