Accusoft.FSInvoices1.Net - Updated
AddressCountry Property (Vendor)




Accusoft.FSInvoices Namespace > Vendor Class : AddressCountry Property
Gets and sets the country.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property AddressCountry As String
'Usage
 
Dim instance As Vendor
Dim value As String
 
instance.AddressCountry = value
 
value = instance.AddressCountry
[DataMember()]
public string AddressCountry {get; set;}
[DataMember()]
public: __property string* get_AddressCountry();
public: __property void set_AddressCountry( 
   string* value
);
[DataMember()]
public:
property String^ AddressCountry {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Vendor Class
Vendor Members