AFErrors(TKey).PISystemErrors Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The dictionary of errors for a PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IDictionary<PISystem, Exception> PISystemErrors { get; }
Public ReadOnly Property PISystemErrors As IDictionary(Of PISystem, Exception) Get Dim instance As AFErrors Dim value As IDictionary(Of PISystem, Exception) value = instance.PISystemErrors
public: property IDictionary<PISystem^, Exception^>^ PISystemErrors { IDictionary<PISystem^, Exception^>^ get (); }
member PISystemErrors : IDictionary<PISystem, Exception> with get
Property Value
Type: IDictionaryPISystem, ExceptionA dictionary of the errors for a PISystem.