QuickOPC User's Guide and Reference
ConfigurationResolutionParameters Property (UAPubSubResolverParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Engine Namespace > UAPubSubResolverParameters Class : ConfigurationResolutionParameters Property
Defines parameters for the publisher configuration resolution.
Syntax
'Declaration
 
Public Property ConfigurationResolutionParameters As UAPublisherConfigurationResolutionParameters
'Usage
 
Dim instance As UAPubSubResolverParameters
Dim value As UAPublisherConfigurationResolutionParameters
 
instance.ConfigurationResolutionParameters = value
 
value = instance.ConfigurationResolutionParameters
public UAPublisherConfigurationResolutionParameters ConfigurationResolutionParameters {get; set;}
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