QuickOPC User's Guide and Reference
UAPubSubConfigurationAccessMethod Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.InformationModel.Extensions Namespace : UAPubSubConfigurationAccessMethod Enumeration
Selects how will be the PubSub configuration (in the OPC UA server) accessed.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC UA PubSub Configuration Access Method")>
<GuidAttribute("E2AF7DBC-B3C1-432F-9FD8-A695C3EF02F9")>
Public Enum UAPubSubConfigurationAccessMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UAPubSubConfigurationAccessMethod
[ComVisible(true)]
[DisplayName2("OPC UA PubSub Configuration Access Method")]
[Guid("E2AF7DBC-B3C1-432F-9FD8-A695C3EF02F9")]
public enum UAPubSubConfigurationAccessMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[DisplayName2("OPC UA PubSub Configuration Access Method")]
[Guid("E2AF7DBC-B3C1-432F-9FD8-A695C3EF02F9")]
public enum class UAPubSubConfigurationAccessMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
LoadFromFileNodeOnly1The PubSub configuration will be only loaded from the dedicated file node in the OPC UA server. Operations will fail if the node is not provided by the server.
ObjectAccessOnly0The PubSub configuration will be accessed only by reading and browsing the objects in the OPC UA server.
PreferLoadFromFileNode2If a dedicated file node with the PubSub configuration is provided by the OPC UA server, it will be loaded from the file node. Otherwise, the configuration will be accessed by reading and browsing the objects in the server.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.PubSub.InformationModel.Extensions.UAPubSubConfigurationAccessMethod

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