QuickOPC User's Guide and Reference
GetValue Method (ObjectMemberLinkingTarget)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Linking Namespace > ObjectMemberLinkingTarget Class : GetValue Method
The data type of the value.The data type of the value.
Gets a value from this linking target. Gets a value from this linking target.
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetValue( _
   ByVal dataType As Type _
) As Object
 
'Usage
 
Dim instance As ObjectMemberLinkingTarget
Dim dataType As Type
Dim value As Object
 
value = instance.GetValue(dataType)

Parameters

dataType
The data type of the value.The data type of the value.

Return Value

A value obtained from the linking target.A value obtained from the linking target.
Exceptions
ExceptionDescription
Thrown when there is a failure accessing the linking target.
Thrown when there is a failure accessing the linking target.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also