Contact.IsAggregate 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.
public:
property bool IsAggregate { bool get(); };
bool IsAggregate();
public bool IsAggregate { get; }
var boolean = contact.isAggregate;
Public ReadOnly Property IsAggregate As Boolean
Property Value
bool
true if this is an aggregate Contact; otherwise, false.
Windows requirements
| Requirements | Description |
|---|---|
| App capabilities |
contactsSystem
|