Accusoft.FSInvoices1.Net
Line5 Property (Address)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback