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