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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.ComTypes Namespace > _UANodeId Interface : GuidIdentifier Property
GUID identifier value (Globally Unique Identifier).
Syntax
'Declaration
 
Property GuidIdentifier As Guid
'Usage
 
Dim instance As _UANodeId
Dim value As Guid
 
instance.GuidIdentifier = value
 
value = instance.GuidIdentifier
Guid GuidIdentifier {get; set;}
property Guid GuidIdentifier {
   Guid get();
   void set (    Guid 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