QuickOPC User's Guide and Reference
Guid Property (UAOpcBinaryStandardDataTypes)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAOpcBinaryStandardDataTypes Class : Guid Property
"A 128-bit structured type that represents a WIN32 GUID value."
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property Guid As PrimitiveDataType
'Usage
 
Dim value As PrimitiveDataType
 
value = UAOpcBinaryStandardDataTypes.Guid
[NotNull()]
public static PrimitiveDataType Guid {get;}
[NotNull()]
public:
static property PrimitiveDataType^ Guid {
   PrimitiveDataType^ get();
}
Remarks

A 128-bit globally unique identifier.

In .NET, it is represented by the Guid type.

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