'Declaration
Public Property Line4 As String
'Usage
Dim instance As Address
Dim value As String
instance.Line4 = value
value = instance.Line4
public string Line4 {get; set;}
public: __property string* get_Line4();
public: __property void set_Line4(
string* value
);
public:
property String^ Line4 {
String^ get();
void set ( String^ value);
}