QuickOPC User's Guide and Reference
PubSubConnectionName Property (_UADataSetWriterLocator)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UADataSetWriterLocator Interface : PubSubConnectionName Property
Name of the PubSub connection.
Syntax
'Declaration
 
<NotNullAttribute()>
Property PubSubConnectionName As String
'Usage
 
Dim instance As _UADataSetWriterLocator
Dim value As String
 
instance.PubSubConnectionName = value
 
value = instance.PubSubConnectionName
[NotNull()]
string PubSubConnectionName {get; set;}
[NotNull()]
property String^ PubSubConnectionName {
   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