QuickOPC User's Guide and Reference
QueueName Property (UABrokerDataSetWriterTransportParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UABrokerDataSetWriterTransportParameters Class : QueueName Property
Specifies the queue in the broker that receives network messages sent by the publisher for the dataset writer.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property QueueName As String
'Usage
 
Dim instance As UABrokerDataSetWriterTransportParameters
Dim value As String
 
instance.QueueName = value
 
value = instance.QueueName
[DefaultValue("")]
[NotNull()]
public string QueueName {get; set;}
[DefaultValue("")]
[NotNull()]
public:
property String^ QueueName {
   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