Accusoft.FSInvoices1.Net
Line2 Property (IAddress)




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

Reference

IAddress Interface
IAddress Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback