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