public decimal ValorDe { get; set; }Public Property ValorDe As Decimal
Get
Set
Dim instance As Produto
Dim value As Decimal
value = instance.ValorDe
instance.ValorDe = valuepublic:
property Decimal ValorDe {
Decimal get ();
void set (Decimal value);
}