QuickOPC User's Guide and Reference
FieldValue Property (UnionData)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > UnionData Class : FieldValue Property
The value of the currently used data field.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property FieldValue As GenericData
'Usage
 
Dim instance As UnionData
Dim value As GenericData
 
instance.FieldValue = value
 
value = instance.FieldValue
[DefaultValue("")]
public GenericData FieldValue {get; set;}
[DefaultValue("")]
public:
property GenericData^ FieldValue {
   GenericData^ get();
   void set (    GenericData^ value);
}
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