The Person type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Person |
Initializes new empty instance.
|
![]() | Person(String, String) |
Initializes new instance with given Person's first and last name.
|
Properties
Name | Description | |
---|---|---|
![]() | Address |
Gets or sets Person's Address info.
|
![]() |
Gets or sets string of Person's email address
| |
![]() | FirstName |
Gets or sets string of Person's first name
|
![]() | LastName |
Gets or sets string of Person's last name.
|
![]() | Phone |
Gets or sets string of Person's phone.
|
See Also