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