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




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