IContactPostActivatedEventArgs.Contact Property

Definition

Gets the contact for the post.

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

Property Value

The contact for the post.

Applies to