Accusoft.FSInvoices1.Net - Updated
PostalCode Property (IAddress)




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

Reference

IAddress Interface
IAddress Members