'Declaration
<NotNullAttribute()> ReadOnly Property ServiceResult As UAServiceResult
'Usage
Dim instance As _UAServiceException Dim value As UAServiceResult value = instance.ServiceResult
[NotNull()] UAServiceResult ServiceResult {get;}
[NotNull()] property UAServiceResult^ ServiceResult { UAServiceResult^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
Because there is an implicit conversion to OpcLabs.EasyOpc.UA.UACodeBits from OpcLabs.EasyOpc.UA.UAServiceResult, you can simply use the return value in place of a OpcLabs.EasyOpc.UA.UACodeBits (representing the code bits of the status code). When the implicit conversion operators are not supported (such as with Python.NET), you can use the ToUACodeBits method instead.