'Declaration
Property Id As String
'Usage
Dim instance As IVendor
Dim value As String
instance.Id = value
value = instance.Id
__property string* get_Id();
__property void set_Id(
string* value
);
property String^ Id {
String^ get();
void set ( String^ value);
}