Accusoft.FSInvoices1.Net
AddressCountry Property (Vendor)




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
[DataMemberAttribute()]
public string AddressCountry {get; set;}
[DataMemberAttribute()]
public: __property string* get_AddressCountry();
public: __property void set_AddressCountry( 
   string* value
);
[DataMemberAttribute()]
public:
property String^ AddressCountry {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Vendor Class
Vendor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback