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




Accusoft.FSInvoices Namespace > IAddress Interface : Line3 Property
Gets and sets line 3 of the street address.
Syntax
'Declaration
 
Property Line3 As String
'Usage
 
Dim instance As IAddress
Dim value As String
 
instance.Line3 = value
 
value = instance.Line3
string Line3 {get; set;}
__property string* get_Line3();
__property void set_Line3( 
   string* value
);
property String^ Line3 {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

IAddress Interface
IAddress Members