Accusoft.FSInvoices1.Net
City Property (IAddress)




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

Reference

IAddress Interface
IAddress Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback