Accusoft.FSInvoices1.Net
Country Property (IAddress)




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

Reference

IAddress Interface
IAddress Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback