Accusoft.FSInvoices1.Net
Line1 Property (IAddress)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback