Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A wrapper for a GUID used during object serialization.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public struct Uuid : IComparable, IFormattable
Visual Basic
Public Structure Uuid _
	Implements IComparable, IFormattable
Visual C++
public value class Uuid : IComparable, IFormattable

Remarks

This class provides a wrapper around the Guid object, allowing it to be serialized and encoded/decoded to/from an underlying stream.

See Also