Contact.AggregateId 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.
If this is a raw contact that is part of an aggregate contact, then this property identifies the parent aggregate.
public:
property Platform::String ^ AggregateId { Platform::String ^ get(); };
winrt::hstring AggregateId();
public string AggregateId { get; }
var string = contact.aggregateId;
Public ReadOnly Property AggregateId As String
Property Value
String value that identifies the parent aggregate contact.
Windows requirements
App capabilities |
contactsSystem
|