'Declaration
Property Tag As String
'Usage
Dim instance As IAddress
Dim value As String
instance.Tag = value
value = instance.Tag
__property string* get_Tag();
__property void set_Tag(
string* value
);
property String^ Tag {
String^ get();
void set ( String^ value);
}