OPCDA.NET-UA
GetUaConfiguration Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > Opc.Ua.ClientDA Namespace > ClientUtils Class : GetUaConfiguration Method

configFileName
The path name of the XML configuration file.

Glossary Item Box

Load the UA configuration settings for this UA client application from the XML file.
The method is provided to give the application simple access to the configuration settings. E.g. access to the certificate settings can be used to manage the certificates.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetUaConfiguration( _
   ByVal configFileName As String _
) As Opc.Ua.ApplicationConfiguration
C# 
public static Opc.Ua.ApplicationConfiguration GetUaConfiguration( 
   string configFileName
)

Parameters

configFileName
The path name of the XML configuration file.

Return Value

The UA configuration loaded from the XML file.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.