AFErrors(TKey).PISystemErrors Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The dictionary of errors for a PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.