AFAnalysisException.IsSdkError Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Indicates whether the error was set by AF SDK
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsSdkError { get; }
Public ReadOnly Property IsSdkError As Boolean Get Dim instance As AFAnalysisException Dim value As Boolean value = instance.IsSdkError
public: property bool IsSdkError { bool get (); }
member IsSdkError : bool with get