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



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

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also