EasyUA Reference
GetDataTypeId(Type) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeInfo Class > GetDataTypeId Method : GetDataTypeId(Type) Method

type
The framework type.

Glossary Item Box

Returns the data type id that describes a value.

Syntax

Visual Basic (Usage)Copy Code
Dim type As Type
Dim value As NodeId
 
value = TypeInfo.GetDataTypeId(type)
C# 
public static NodeId GetDataTypeId( 
   Type type
)

Parameters

type
The framework type.

Return Value

An data type identifier for a node in a server's address space.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.