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




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

Reference

Address Class
Address Members