QuickOPC User's Guide and Reference
NormalizedData Property (_NormalizedException)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComTypes Namespace > _NormalizedException Interface : NormalizedData Property
Normalized data.
Syntax
'Declaration
 
<ElementsCanBeNullAttribute()>
<NotNullAttribute()>
ReadOnly Property NormalizedData As StringStringDictionary
'Usage
 
Dim instance As _NormalizedException
Dim value As StringStringDictionary
 
value = instance.NormalizedData
[ElementsCanBeNull()]
[NotNull()]
StringStringDictionary NormalizedData {get;}
[ElementsCanBeNull()]
[NotNull()]
property StringStringDictionary^ NormalizedData {
   StringStringDictionary^ get();
}
Remarks
Gets a collection of key/normalized value pairs that provide additional user-defined information about the exception.
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