Opc.Ua.Core
Uuid Structure
Members 



Opc.Ua Namespace : Uuid Structure
A wrapper for a GUID used during object serialization.
Syntax
'Declaration
 
<DataContractAttribute(Name="Guid", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd")>
Public Structure Uuid 
   Inherits System.ValueType
'Usage
 
Dim instance As Uuid
[DataContract(Name="Guid", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd")]
public struct Uuid : System.ValueType 
[DataContract(Name="Guid", Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd")]
public value class Uuid : public System.ValueType 
Remarks
This class provides a wrapper around the System.Guid object, allowing it to be serialized and encoded/decoded to/from an underlying stream.
Inheritance Hierarchy

System.Object
   System.ValueType
      Opc.Ua.Uuid

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Uuid Members
Opc.Ua Namespace