EasyUA Reference
GetSystemType(VariableNode) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class > GetSystemType Method : GetSystemType(VariableNode) Method

node
Variable Node object.

Glossary Item Box

Get the data type of the specified VariablNode as a System Type

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim node As VariableNode
Dim value As Type
 
value = instance.GetSystemType(node)
C# 
public Type GetSystemType( 
   VariableNode node
)

Parameters

node
Variable Node object.

Return Value

The system data type of the VariableNode

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.