QuickOPC User's Guide and Reference
PublisherId Property (_UAPubSubConnectionData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAPubSubConnectionData Interface : PublisherId Property
A unique identifier for a publisher within a message oriented middleware.
Syntax
'Declaration
 
<NotNullAttribute()>
Property PublisherId As UAPublisherId
'Usage
 
Dim instance As _UAPubSubConnectionData
Dim value As UAPublisherId
 
instance.PublisherId = value
 
value = instance.PublisherId
[NotNull()]
UAPublisherId PublisherId {get; set;}
[NotNull()]
property UAPublisherId^ PublisherId {
   UAPublisherId^ get();
   void set (    UAPublisherId^ 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