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

systemType
The underlying type to query and return the Xml qualified name of

Glossary Item Box

Returns the xml qualified name for the specified system type id.

Syntax

Visual Basic (Usage)Copy Code
Dim systemType As Type
Dim value As XmlQualifiedName
 
value = EncodeableFactory.GetXmlName(systemType)
C# 
public static XmlQualifiedName GetXmlName( 
   Type systemType
)

Parameters

systemType
The underlying type to query and return the Xml qualified name of

Remarks

Returns the xml qualified name for the specified system type id.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.