QuickOPC User's Guide and Reference
UADataSetFolderData Constructor(String,UAPublishedDataSetDataCollection,UADataSetFolderDataCollection)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UADataSetFolderData Class > UADataSetFolderData Constructor : UADataSetFolderData Constructor(String,UAPublishedDataSetDataCollection,UADataSetFolderDataCollection)
The name of the dataset folder.
A collection of published dataset data, keyed by their name.
A collection of dataset subfolder data, keyed by their name.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal publishedDataSets As UAPublishedDataSetDataCollection, _
   ByVal subfolders As UADataSetFolderDataCollection _
)
'Usage
 
Dim name As String
Dim publishedDataSets As UAPublishedDataSetDataCollection
Dim subfolders As UADataSetFolderDataCollection
 
Dim instance As New UADataSetFolderData(name, publishedDataSets, subfolders)

Parameters

name
The name of the dataset folder.
publishedDataSets
A collection of published dataset data, keyed by their name.
subfolders
A collection of dataset subfolder data, keyed by their name.
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