OPC Studio User's Guide and Reference
Data Property (UAServiceException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAServiceException Class : Data Property
Syntax
'Declaration
 
Public Overrides ReadOnly Property Data As IDictionary
'Usage
 
Dim instance As UAServiceException
Dim value As IDictionary
 
value = instance.Data
public override IDictionary Data {get;}
public:
property IDictionary^ Data {
   IDictionary^ get() override;
}

Property Value

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

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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

Reference

UAServiceException Class
UAServiceException Members
Base Implementation in Data