Connectivity Software User's Guide and Reference
UAPublishedDataSetDataCollection Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : UAPublishedDataSetDataCollection Class
A collection of OPC-UA published datasets.
Object Model
UAPublishedDataSetDataCollection ClassUAPublishedDataSetData Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedDataSetDataCollection)>
<ComVisibleAttribute(True)>
<GuidAttribute("84FB0CD5-AC87-4C98-9E52-F314F1BA743B")>
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class UAPublishedDataSetDataCollection 
   Inherits OpcLabs.BaseLib.Collections.ObjectModel.Internal.SelectorDefinedKeyedCollection(Of String,UAPublishedDataSetData)
   Implements OpcLabs.BaseLib.Collections.Generic.IKeyedCollection(Of String,UAPublishedDataSetData), OpcLabs.BaseLib.Collections.Generic.IReadOnlyKeyedCollection(Of String,UAPublishedDataSetData), OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedDataSetDataCollection, System.Collections.Generic.ICollection(Of UAPublishedDataSetData), System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of UAPublishedDataSetData), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of UAPublishedDataSetData), System.Collections.Generic.IReadOnlyCollection(Of UAPublishedDataSetData), System.Collections.Generic.IReadOnlyCollection(Of T), System.Collections.Generic.IReadOnlyList(Of UAPublishedDataSetData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable 
'Usage
 
Dim instance As UAPublishedDataSetDataCollection
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
               OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedDataSetDataCollection

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