QuickOPC User's Guide and Reference
MetaDataQueueName Property (UABrokerDataSetReaderTransportParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UABrokerDataSetReaderTransportParameters Class : MetaDataQueueName Property
Specifies the broker queue that provides messages with dataset metadata sent by the publisher for the dataset of interest.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property MetaDataQueueName As String
'Usage
 
Dim instance As UABrokerDataSetReaderTransportParameters
Dim value As String
 
instance.MetaDataQueueName = value
 
value = instance.MetaDataQueueName
[DefaultValue("")]
[NotNull()]
public string MetaDataQueueName {get; set;}
[DefaultValue("")]
[NotNull()]
public:
property String^ MetaDataQueueName {
   String^ get();
   void set (    String^ value);
}
Remarks

This could be the name of a queue or topic defined in the broker.

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