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

value
The value instance to check the data type.

Glossary Item Box

Returns the data type id that describes a value.

Syntax

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

Parameters

value
The value instance to check the data 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.