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

fieldName
The name of the element.
namespaceUri
The namespace that qualifies the element name.

Glossary Item Box

Writes a start element.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As XmlEncoder
Dim fieldName As String
Dim namespaceUri As String
 
instance.Push(fieldName, namespaceUri)
C# 
public void Push( 
   string fieldName,
   string namespaceUri
)

Parameters

fieldName
The name of the element.
namespaceUri
The namespace that qualifies the element name.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.