QuickOPC User's Guide and Reference
DetermineMemberDataType Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Referencing Namespace > ValueTarget Class : DetermineMemberDataType Method
Determines the data type of the target member.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Function DetermineMemberDataType() As Type
'Usage
 
Dim instance As ValueTarget
Dim value As Type
 
value = instance.DetermineMemberDataType()
[NotNull()]
public Type DetermineMemberDataType()
[NotNull()]
public:
Type^ DetermineMemberDataType(); 

Return Value

Returns the data type of the target member.
Exceptions
ExceptionDescription
Error related to the process of member linking.
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