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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubHeader Class : PublisherId Property
Identifies the publisher.
Syntax
'Declaration
 
<IsValueEvidentAttribute(True)>
Public Property PublisherId As UAPublisherId
'Usage
 
Dim instance As UAPubSubHeader
Dim value As UAPublisherId
 
instance.PublisherId = value
 
value = instance.PublisherId
[IsValueEvident(true)]
public UAPublisherId PublisherId {get; set;}
[IsValueEvident(true)]
public:
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