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




Accusoft.FSInvoices Namespace > Address Class : Line5 Property
Gets and sets line 5 of the street address.
Syntax
'Declaration
 
Public Property Line5 As String
'Usage
 
Dim instance As Address
Dim value As String
 
instance.Line5 = value
 
value = instance.Line5
public string Line5 {get; set;}
public: __property string* get_Line5();
public: __property void set_Line5( 
   string* value
);
public:
property String^ Line5 {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Address Class
Address Members