AFErrors(TKey).PIServerErrors Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The dictionary of errors for a PIServer.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IDictionary<PIServer, Exception> PIServerErrors { get; }
Public ReadOnly Property PIServerErrors As IDictionary(Of PIServer, Exception) Get Dim instance As AFErrors Dim value As IDictionary(Of PIServer, Exception) value = instance.PIServerErrors
public: property IDictionary<PIServer^, Exception^>^ PIServerErrors { IDictionary<PIServer^, Exception^>^ get (); }
member PIServerErrors : IDictionary<PIServer, Exception> with get
Property Value
Type: IDictionaryPIServer, ExceptionA dictionary of the errors for a PIServer.
Remarks
| This method, property, or class is not available in the legacy .NET 3.5 version of the SDK. |