Accusoft.FSInvoices1.Net
PostalCode Property (Address)




Gets and sets the postal code.
Syntax
'Declaration
 
Public Property PostalCode As String
'Usage
 
Dim instance As Address
Dim value As String
 
instance.PostalCode = value
 
value = instance.PostalCode
public string PostalCode {get; set;}
public: __property string* get_PostalCode();
public: __property void set_PostalCode( 
   string* value
);
public:
property String^ PostalCode {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Address Class
Address Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback