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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointWriteParameters Class : ValueOnly Property
Determines whether only the value part will be written.
Syntax
'Declaration
 
Public Property ValueOnly As Boolean
'Usage
 
Dim instance As UAAttributePointWriteParameters
Dim value As Boolean
 
instance.ValueOnly = value
 
value = instance.ValueOnly
public bool ValueOnly {get; set;}
public:
property bool ValueOnly {
   bool get();
   void set (    bool value);
}

Property Value

The default value of this property is True.

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