Accusoft.FSInvoices1.Net
City Property (Address)




Gets and sets the city.
Syntax
'Declaration
 
Public Property City As String
'Usage
 
Dim instance As Address
Dim value As String
 
instance.City = value
 
value = instance.City
public string City {get; set;}
public: __property string* get_City();
public: __property void set_City( 
   string* value
);
public:
property String^ City {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Address Class
Address Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback