OPC Studio User's Guide and Reference
FieldDataDictionaryById Property (UADataSetData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetData Class : FieldDataDictionaryById Property
Field data for each field in the dataset. Keyed by dataset field Id. Only when metadata is available.
Syntax
'Declaration
 
Public Property FieldDataDictionaryById As UAGuidDataSetFieldDataDictionary
'Usage
 
Dim instance As UADataSetData
Dim value As UAGuidDataSetFieldDataDictionary
 
instance.FieldDataDictionaryById = value
 
value = instance.FieldDataDictionaryById
public UAGuidDataSetFieldDataDictionary FieldDataDictionaryById {get; set;}
public:
property UAGuidDataSetFieldDataDictionary^ FieldDataDictionaryById {
   UAGuidDataSetFieldDataDictionary^ get();
   void set (    UAGuidDataSetFieldDataDictionary^ value);
}

Property Value

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

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

The default value of this property is null.

Remarks

Dataset field data for a specific field might be null if the field was not delivered, or if there was a data value conversion failure.

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