IContactMapActivatedEventArgs.Contact Property

Definition

Gets the contact for the mapping operation.

public:
 property Contact ^ Contact { Contact ^ get(); };
Contact Contact();
public Contact Contact { get; }
var contact = iContactMapActivatedEventArgs.contact;
Public ReadOnly Property Contact As Contact

Property Value

The contact for the mapping operation.

Applies to