Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFErrors(TKey).PIServerErrors Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFErrors(TKey).PIServerErrors Property
The dictionary of errors for a PIServer.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

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, Exception
A dictionary of the errors for a PIServer.

Remarks

Note Notes to Callers
This method, property, or class is not available in the legacy .NET 3.5 version of the SDK.

Version Information

AFSDK


See Also

In This Topic