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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAMethodOutputException Interface : MethodNodeId Property
Gets the method that provided the invalid result.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property MethodNodeId As UANodeId
'Usage
 
Dim instance As _UAMethodOutputException
Dim value As UANodeId
 
value = instance.MethodNodeId
[NotNull()]
UANodeId MethodNodeId {get;}
[NotNull()]
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