'Declaration
Public ReadOnly Property ServiceResult As UAServiceResult
'Usage
Dim instance As UAServiceException Dim value As UAServiceResult instance.ServiceResult = value value = instance.ServiceResult
public UAServiceResult ServiceResult {get;}
public: 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 UACodeBits from UAServiceResult, you can simply use the return value in place of a 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 UAServiceResult.ToUACodeBits method instead.