QuickOPC User's Guide and Reference
DataSetFolderName Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.Graphs Namespace > UAPubSubConfigurationNodeTreePosition Class : DataSetFolderName Property
Name of the dataset folder represented by this position.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<ColumnDisplayAttribute(110)>
<DefaultValueAttribute("")>
<DisplayAttribute(False)>
Public Property DataSetFolderName As String
'Usage
 
Dim instance As UAPubSubConfigurationNodeTreePosition
Dim value As String
 
instance.DataSetFolderName = value
 
value = instance.DataSetFolderName
[CanBeNull()]
[ColumnDisplay(110)]
[DefaultValue("")]
[Display(false)]
public string DataSetFolderName {get; set;}
[CanBeNull()]
[ColumnDisplay(110)]
[DefaultValue("")]
[Display(false)]
public:
property String^ DataSetFolderName {
   String^ get();
   void set (    String^ value);
}
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