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




Accusoft.FSInvoices Namespace > IAddress Interface : Line2 Property
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