OPC Studio User's Guide and Reference
DataSetFolderPath Property (UAPublishedDataSetData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPublishedDataSetData Class : DataSetFolderPath Property
Path of the dataset folder in which this published dataset resides.
Syntax
'Declaration
 
Public Property DataSetFolderPath As StringCollection
'Usage
 
Dim instance As UAPublishedDataSetData
Dim value As StringCollection
 
instance.DataSetFolderPath = value
 
value = instance.DataSetFolderPath
public StringCollection DataSetFolderPath {get; set;}
public:
property StringCollection^ DataSetFolderPath {
   StringCollection^ get();
   void set (    StringCollection^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

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