Accusoft.FSInvoices1.Net
AddressCountrySubDivisionCode Property (Vendor)




Gets and sets the country subdivision code.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property AddressCountrySubDivisionCode As String
'Usage
 
Dim instance As Vendor
Dim value As String
 
instance.AddressCountrySubDivisionCode = value
 
value = instance.AddressCountrySubDivisionCode
[DataMemberAttribute()]
public string AddressCountrySubDivisionCode {get; set;}
[DataMemberAttribute()]
public: __property string* get_AddressCountrySubDivisionCode();
public: __property void set_AddressCountrySubDivisionCode( 
   string* value
);
[DataMemberAttribute()]
public:
property String^ AddressCountrySubDivisionCode {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Vendor Class
Vendor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback