StudentAddress class

StudentAddress class

Student address class.

The StudentAddress type exposes the following members:

Constructors

ConstructorDescription
StudentAddress()Initializes a new instance of StudentAddress class.

Properties

PropertyDescription
student_nameGets or sets the name of student.
address1Gets or sets the student address, line 1.
address2Gets or sets the student address, line 2.
address3Gets or sets the student address, line 3.
cityGets or sets the student address city.
stateGets or sets the student address state.
postal_codeGets or sets the student address postal code.
country_stringGets or sets the student address country.

See Also