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: 5.0.0.0 (5.0.0.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