QuickOPC User's Guide and Reference
MethodNodeId Property (UAMethodResultException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAMethodResultException Class : MethodNodeId Property
Gets the method that provided the invalid result.
Syntax
'Declaration
 
Public ReadOnly Property MethodNodeId As UANodeId
'Usage
 
Dim instance As UAMethodResultException
Dim value As UANodeId
 
value = instance.MethodNodeId
public UANodeId MethodNodeId {get;}
public:
property UANodeId^ MethodNodeId {
   UANodeId^ get();
}
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UAMethodResultException Class
UAMethodResultException Members