QuickOPC User's Guide and Reference
ConfigurationSources Property (UAClientEngineParameters)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAClientEngineParameters Class : ConfigurationSources Property
Determines the sources of the UA configuration.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ConfigurationSources As UAConfigurationSources
 
'Usage
 
Dim instance As UAClientEngineParameters
Dim value As UAConfigurationSources
 
instance.ConfigurationSources = value
 
value = instance.ConfigurationSources
Remarks

In order to obtain or modify this parameter, access the EasyUASharedParameters.EngineParameters property of static OpcLabs.EasyOpc.UA.EasyUAClient.SharedParameters.

Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

UAClientEngineParameters Class
UAClientEngineParameters Members