ResultValueTresult Property |  |
Výsledok volanej metódy, result = TRUE - metóda bola úspešná, result = FALSE - metóda bola neúspešná.
Namespace: Exa.OBERON.Services.OBERONCashRegisterAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic bool result { get; set; }
Public Property result As Boolean
Get
Set
Dim instance As ResultValue
Dim value As Boolean
value = instance.result
instance.result = value
Property Value
Boolean
See Also