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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > IUANodeId Interface : ExpandedText Property
Expanded text of the node Id (also contains the namespace URI).
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
ReadOnly Property ExpandedText As String
'Usage
 
Dim instance As IUANodeId
Dim value As String
 
value = instance.ExpandedText
[DefaultValue("")]
[NotNull()]
string ExpandedText {get;}
[DefaultValue("")]
[NotNull()]
property String^ ExpandedText {
   String^ 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