Opc.Ua.Core
Result Property



Opc.Ua Namespace > ServiceResultException Class : Result Property
Returns the status result associated with the exception.
Syntax
'Declaration
 
Public ReadOnly Property Result As ServiceResult
'Usage
 
Dim instance As ServiceResultException
Dim value As ServiceResult
 
value = instance.Result
public ServiceResult Result {get;}
public:
property ServiceResult^ Result {
   ServiceResult^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceResultException Class
ServiceResultException Members