EasyUA Reference
Uuid Structure
Members  See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : Uuid Structure

Glossary Item Box

A wrapper for a GUID used during object serialization.

Object Model

Uuid Structure

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Uuid
C# 
[DataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   IsNamespaceSetExplicitly=true, 
   Name="Guid", 
   IsNameSetExplicitly=true)]
public struct Uuid : 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.