Class Address
Address
public class Address
- Inheritance
-
Address
- Inherited Members
Properties
City
City of the address.
public string City { get; set; }
Property Value
Country
Country of the address.
public string Country { get; set; }
Property Value
Number
Street number of the address.
public string Number { get; set; }
Property Value
Street
Street name of the address.
public string Street { get; set; }
Property Value
Zip
Zip code / postal code of the address.
public string Zip { get; set; }