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



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