OPC Studio User's Guide and Reference
_UADataSetWriterDataCollection Interface
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace : _UADataSetWriterDataCollection Interface
Exposes OpcLabs.EasyOpc.UA.PubSub.Configuration.UADataSetWriterDataCollection to COM clients.

This interface represents a keyed collection, where the keys are of type System.String and the values are of type OpcLabs.EasyOpc.UA.PubSub.Configuration.UADataSetWriterData.

Object Model
_UADataSetWriterDataCollection InterfaceUADataSetWriterData Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
<GuidAttribute("E043D88F-49AF-45AB-B9D1-B67F27BC775B")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>
Public Interface _UADataSetWriterDataCollection 
'Usage
 
Dim instance As _UADataSetWriterDataCollection
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("E043D88F-49AF-45AB-B9D1-B67F27BC775B")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface _UADataSetWriterDataCollection 
[DefaultMember("Item")]
[CLSCompliant(false)]
[ComVisible(true)]
[Guid("E043D88F-49AF-45AB-B9D1-B67F27BC775B")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface class _UADataSetWriterDataCollection 
Remarks

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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