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.ServicesGen2.OBERONAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax public 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
BooleanSee Also