AFErrors(TKey).HasErrors Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Indicates if any errors were returned from the method.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool HasErrors { get; set; }
Public Property HasErrors As Boolean Get Set Dim instance As AFErrors Dim value As Boolean value = instance.HasErrors instance.HasErrors = value
public: property bool HasErrors { bool get (); void set (bool value); }
member HasErrors : bool with get, set
Property Value
Type: BooleanReturns if there were any errors returned from the method.
Remarks
When this property is , the one of the
error dictionaries will contain errors returned from the method.