QuickOPC User's Guide and Reference
TargetType Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Linking Namespace > LinkingTarget Class : TargetType Property
The type of the target object.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
Public ReadOnly Property TargetType As Type
'Usage
 
Dim instance As LinkingTarget
Dim value As Type
 
value = instance.TargetType
[CanBeNull()]
[DefaultValue("")]
public Type TargetType {get;}
[CanBeNull()]
[DefaultValue("")]
public:
property Type^ TargetType {
   Type^ get();
}
Remarks
The target type can be null unless the derived class requires otherwise, e.g. in order to support linking to events.
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