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

expectedType

Glossary Item Box

Ensures the data value contains a value with the specified type.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As DataValue
Dim expectedType As Type
Dim value As Object
 
value = instance.GetValue(expectedType)
C# 
public object GetValue( 
   Type expectedType
)

Parameters

expectedType

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.