Contact Class

Definition

This class represents the contact information for a specific individual.

public class Contact
type Contact = class
Public Class Contact
Inheritance
Contact

Constructors

Contact()

Properties

Email

Gets or sets the contact's email address.

FirstName

Gets or sets the contact's first name.

LastName

Gets or sets the contact's last name.

PhoneNumber

Gets or sets the contact's phone number.

Applies to