Accusoft.FSInvoices1.Net
Line4 Property (Address)




Gets and sets line 4 of the street address.
Syntax
'Declaration
 
Public Property Line4 As String
'Usage
 
Dim instance As Address
Dim value As String
 
instance.Line4 = value
 
value = instance.Line4
public string Line4 {get; set;}
public: __property string* get_Line4();
public: __property void set_Line4( 
   string* value
);
public:
property String^ Line4 {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Address Class
Address Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback