Initializes a new instance of the BargeEx 
 Address class with the 
 specified street address, city, state, and zip code.
 
    Namespace: 
   BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# | 
|---|
public Address( string streetAddress, string city, string state, string zip )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ streetAddress As String, _ city As String, _ state As String, _ zip As String _ )  | 
| Visual C++ | 
|---|
public: Address( String^ streetAddress, String^ city, String^ state, String^ zip )  | 
Parameters
- streetAddress
 - Type: System..::.String
The street address. 
- city
 - Type: System..::.String
The city. 
- state
 - Type: System..::.String
The state. 
- zip
 - Type: System..::.String
The zip code. 
Remarks
 The constructor initializes an 
 Address 
 object with the StreetAddress1 
 property set to 
 streetAddress, the 
 City
 property set to 
 city,
 the State property 
 set to
 state, and the 
 Zip property 
 set to
 zip.