Accusoft.FSInvoices1.Net
Line1 Property (Address)




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

Reference

Address Class
Address Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback