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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.PubSub Namespace > UAFieldDataDictionaryControl Class : Value Property
The current field data dictionary displayed in the control.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property Value As UAStringDataSetFieldDataDictionary
'Usage
 
Dim instance As UAFieldDataDictionaryControl
Dim value As UAStringDataSetFieldDataDictionary
 
instance.Value = value
 
value = instance.Value
[CanBeNull()]
public UAStringDataSetFieldDataDictionary Value {get; set;}
[CanBeNull()]
public:
property UAStringDataSetFieldDataDictionary^ Value {
   UAStringDataSetFieldDataDictionary^ get();
   void set (    UAStringDataSetFieldDataDictionary^ value);
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

The default value of this property is null.

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