QuickOPC User's Guide and Reference
ObjectType Property (ValueTarget)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Referencing Namespace > ValueTarget Class : ObjectType Property
The type of the target component.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
Public ReadOnly Property ObjectType As Type
 
'Usage
 
Dim instance As ValueTarget
Dim value As Type
 
value = instance.ObjectType
Remarks
This is determined from the TargetComponent value. null when the TargetComponent is null.
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