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



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
[CanBeNull()]
[DefaultValue("")]
public Type ObjectType {get;}
[CanBeNull()]
[DefaultValue("")]
public:
property Type^ ObjectType {
   Type^ get();
}
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