Gets and sets line 5 of the street address.
Syntax
'Declaration
Property Line5 As String
'Usage
Dim instance As IAddress
Dim value As String
instance.Line5 = value
value = instance.Line5
__property string* get_Line5();
__property void set_Line5(
string* value
);
property String^ Line5 {
String^ get();
void set ( String^ value);
}
See Also