FoodMenuItemPrice Property | |
Cena na jedálnom lístku.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax public decimal Price { get; set; }
Public Property Price As Decimal
Get
Set
Dim instance As FoodMenuItem
Dim value As Decimal
value = instance.Price
instance.Price = value
Property Value
DecimalSee Also