Accusoft.FSInvoices1.Net - Updated
City Property (IAddress)




Accusoft.FSInvoices Namespace > IAddress Interface : City Property
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