QuickOPC User's Guide and Reference
PublisherIdType Property (UAPublisherId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPublisherId Class : PublisherIdType Property
The type of the publisher Id.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<IsValueEvidentAttribute(True)>
Public Property PublisherIdType As UAPublisherIdType
'Usage
 
Dim instance As UAPublisherId
Dim value As UAPublisherIdType
 
instance.PublisherIdType = value
 
value = instance.PublisherIdType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[IsValueEvident(true)]
public UAPublisherIdType PublisherIdType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[IsValueEvident(true)]
public:
property UAPublisherIdType PublisherIdType {
   UAPublisherIdType get();
   void set (    UAPublisherIdType 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