QuickOPC 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
 
<DefaultValueAttribute("")>
Public Property FieldDataDictionaryById As UAGuidDataSetFieldDataDictionary
'Usage
 
Dim instance As UADataSetData
Dim value As UAGuidDataSetFieldDataDictionary
 
instance.FieldDataDictionaryById = value
 
value = instance.FieldDataDictionaryById
[DefaultValue("")]
public UAGuidDataSetFieldDataDictionary FieldDataDictionaryById {get; set;}
[DefaultValue("")]
public:
property UAGuidDataSetFieldDataDictionary^ FieldDataDictionaryById {
   UAGuidDataSetFieldDataDictionary^ get();
   void set (    UAGuidDataSetFieldDataDictionary^ value);
}
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