QuickOPC User's Guide and Reference
DataSetWriterName Property (UAPubSubHeader)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubHeader Class : DataSetWriterName Property
The name of the dataset writer.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<IsValueEvidentAttribute(True)>
<NotNullAttribute()>
Public Property DataSetWriterName As String
'Usage
 
Dim instance As UAPubSubHeader
Dim value As String
 
instance.DataSetWriterName = value
 
value = instance.DataSetWriterName
[DefaultValue("")]
[IsValueEvident(true)]
[NotNull()]
public string DataSetWriterName {get; set;}
[DefaultValue("")]
[IsValueEvident(true)]
[NotNull()]
public:
property String^ DataSetWriterName {
   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