Accusoft.FSInvoices1.Net
Line5 Property (IAddress)




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

Reference

IAddress Interface
IAddress Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback