OPC Studio User's Guide and Reference
ValueOnly Property (UAAttributePointReadParameters)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointReadParameters Class : ValueOnly Property
Determines whether only the value part will be read; error if the value is not available.
Syntax
'Declaration
 
Public Property ValueOnly As Boolean
 
'Usage
 
Dim instance As UAAttributePointReadParameters
Dim value As Boolean
 
instance.ValueOnly = value
 
value = instance.ValueOnly

Property Value

The default value of this property is False.

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