StockCardGroupDisabled Property |  |
TRUE - skladová skupina je zakázaná,
FALSE - skladová skupina je povolená.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.Stock.Common.StockGroupsAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Disabled { get; set; }Public Property Disabled As Boolean
Get
Set
Dim instance As StockCardGroup
Dim value As Boolean
value = instance.Disabled
instance.Disabled = value
Property Value
Boolean
See Also