Accusoft.FSInvoices1.Net
Line4 Property (IAddress)




Gets and sets line 4 of the street address.
Syntax
'Declaration
 
Property Line4 As String
'Usage
 
Dim instance As IAddress
Dim value As String
 
instance.Line4 = value
 
value = instance.Line4
string Line4 {get; set;}
__property string* get_Line4();
__property void set_Line4( 
   string* value
);
property String^ Line4 {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

IAddress Interface
IAddress Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback