Connectivity Software User's Guide and Reference
UAPublisherIdType Enumeration



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace : UAPublisherIdType Enumeration
The type of the publisher Id.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC UA Publisher Id Type")>
<GuidAttribute("1A9A5A7B-767C-4A00-ADFD-19549393E8FA")>
Public Enum UAPublisherIdType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UAPublisherIdType
[ComVisible(true)]
[DisplayName2("OPC UA Publisher Id Type")]
[Guid("1A9A5A7B-767C-4A00-ADFD-19549393E8FA")]
public enum UAPublisherIdType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[DisplayName2("OPC UA Publisher Id Type")]
[Guid("1A9A5A7B-767C-4A00-ADFD-19549393E8FA")]
public enum class UAPublisherIdType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Byte1A publisher Id represented by an 8-bit unsigned integer.

The value of this enum member is 1.

None0No type (a null publisher Id).

The value of this enum member is 0.

String5A publisher Id represented by a string.

The value of this enum member is 5.

UInt162A publisher Id represented by a 16-bit unsigned integer.

The value of this enum member is 2.

UInt323A publisher Id represented by a 32-bit unsigned integer.

The value of this enum member is 3.

UInt644A publisher Id represented by a 64-bit unsigned integer.

The value of this enum member is 4.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.PubSub.UAPublisherIdType

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