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




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

Reference

IAddress Interface
IAddress Members