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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.ComTypes Namespace > _UANodeId Interface : StringIdentifier Property
String identifier value.
Syntax
'Declaration
 
<NotNullAttribute()>
Property StringIdentifier As String
'Usage
 
Dim instance As _UANodeId
Dim value As String
 
instance.StringIdentifier = value
 
value = instance.StringIdentifier
[NotNull()]
string StringIdentifier {get; set;}
[NotNull()]
property String^ StringIdentifier {
   String^ get();
   void set (    String^ value);
}
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