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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > IUANodeId Interface : StringIdentifier Property
String identifier value.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
ReadOnly Property StringIdentifier As String
'Usage
 
Dim instance As IUANodeId
Dim value As String
 
value = instance.StringIdentifier
[DefaultValue("")]
[NotNull()]
string StringIdentifier {get;}
[DefaultValue("")]
[NotNull()]
property String^ StringIdentifier {
   String^ get();
}
Remarks
Values are are restricted to 4096 characters.
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