EasyUA Reference
Create Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ApplicationConfigurationSection Class : Create Method

parent
The parent object.
configContext
The configuration context object.
section
The section as XML node.

Glossary Item Box

Creates the configuration object from the configuration section.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationConfigurationSection
Dim parent As Object
Dim configContext As Object
Dim section As XmlNode
Dim value As Object
 
value = instance.Create(parent, configContext, section)

Parameters

parent
The parent object.
configContext
The configuration context object.
section
The section as XML node.

Return Value

The created section handler object.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.