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

Glossary Item Box

A collection of Uuids.

Object Model

UuidCollection ClassUuid Structure

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UuidCollection
C# 
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2008/02/Types.xsd", 
   IsNamespaceSetExplicitly=true, 
   Name="ListOfGuid", 
   IsNameSetExplicitly=true, 
   ItemName="Guid", 
   IsItemNameSetExplicitly=true)]
public class UuidCollection : System.Collections.Generic.List<Uuid> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.UuidCollection

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.