Contact.IsAggregate Property

Definition

Gets a value that indicates whether this is an aggregate Contact.

public:
 property bool IsAggregate { bool get(); };
bool IsAggregate();
public bool IsAggregate { get; }
var boolean = contact.isAggregate;
Public ReadOnly Property IsAggregate As Boolean

Property Value

Boolean

bool

true if this is an aggregate Contact; otherwise, false.

Windows requirements

App capabilities
contactsSystem

Applies to