OPC Studio User's Guide and Reference
Value Property (OpaqueData)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > OpaqueData Class : Value Property
The current opaque value (a bit array).
Syntax
'Declaration
 
Public Property Value As BitArray
'Usage
 
Dim instance As OpaqueData
Dim value As BitArray
 
instance.Value = value
 
value = instance.Value
public BitArray Value {get; set;}
public:
property BitArray^ Value {
   BitArray^ get();
   void set (    BitArray^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks

Note that the bit array value is only synchronized with the byte array after the byte array has been set to a different object.

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