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 UpdatedNov 18, 2025
  • 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.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, 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
TitleResults for “How to create a CRG?”Also Available in