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



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Referencing Namespace > ValueTarget Class : IsConfigured Property
Determines whether this value target object is configured.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute(False)>
Public ReadOnly Property IsConfigured As Boolean
 
'Usage
 
Dim instance As ValueTarget
Dim value As Boolean
 
value = instance.IsConfigured
Remarks
The value target is configured when its target component and target path are set.
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