public string Nome { get; set; }Public Property Nome As String
Get
Set
Dim instance As Produto
Dim value As String
value = instance.Nome
instance.Nome = valuepublic:
property String^ Nome {
String^ get ();
void set (String^ value);
}