QuickOPC User's Guide and Reference
StandardName Property (IUANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > IUANodeId Interface : StandardName Property
A symbolic name of the node if the node Id is for one of the standard nodes. Empty otherwise.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
ReadOnly Property StandardName As String
'Usage
 
Dim instance As IUANodeId
Dim value As String
 
value = instance.StandardName
[DefaultValue("")]
[NotNull()]
string StandardName {get;}
[DefaultValue("")]
[NotNull()]
property String^ StandardName {
   String^ get();
}
Requirements

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

See Also

Reference

IUANodeId Interface
IUANodeId Members