address Structure

Struct address 
It contains all the necessary fields for an address.
Public Structure address
This language is not supported or no code example is available.
public struct address
This language is not supported or no code example is available.
Fields
 
Name Description
Public field city It is a mandatory field. 
The City Name, type of String
Public field postalCode It is a mandatory field. 
The Postal Code, type of String
Public field street The Street, type of String
Public field streetNo The Street Number, type of String
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition