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




Accusoft.FSInvoices Namespace > Address Class : Line1 Property
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