Gets line 1 of the street address.
Syntax
'Declaration
ReadOnly Property AddressLine1 As String
'Usage
Dim instance As IVendor
Dim value As String
value = instance.AddressLine1
string AddressLine1 {get;}
__property string* get_AddressLine1();
property String^ AddressLine1 {
String^ get();
}
See Also