| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TypeInfo Dim value As Object Dim namespaceUris As NamespaceTable Dim typeTree As ITypeTable Dim value As NodeId value = instance.GetDataTypeId(value, namespaceUris, typeTree) | |
| C# | |
|---|---|
public NodeId GetDataTypeId( object value, NamespaceTable namespaceUris, ITypeTable typeTree ) | |
Parameters
- value
- The value to describe.
- namespaceUris
- The namespace uris.
- typeTree
- The type tree for a server.
Return Value
Returns the data type identifier that describes a value.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x