Accusoft.FSInvoices1.Net - Updated
Country Property (Address)




Accusoft.FSInvoices Namespace > Address Class : Country Property
Gets and sets the country.
Syntax
'Declaration
 
Public Property Country As String
'Usage
 
Dim instance As Address
Dim value As String
 
instance.Country = value
 
value = instance.Country
public string Country {get; set;}
public: __property string* get_Country();
public: __property void set_Country( 
   string* value
);
public:
property String^ Country {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Address Class
Address Members