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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class : StringIdentifier Property
String identifier value.
Syntax
'Declaration
 
<ColumnDisplayAttribute(2)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, ShortName="String Identifier")>
<XmlIgnoreAttribute()>
Public Property StringIdentifier As String
'Usage
 
Dim instance As UANodeId
Dim value As String
 
instance.StringIdentifier = value
 
value = instance.StringIdentifier
[ColumnDisplay(2)]
[DefaultValue("")]
[Display(AutoGenerateField=false, ShortName="String Identifier")]
[XmlIgnore()]
public string StringIdentifier {get; set;}
[ColumnDisplay(2)]
[DefaultValue("")]
[Display(AutoGenerateField=false, ShortName="String Identifier")]
[XmlIgnore()]
public:
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