AFErrors(TKey).HasErrors Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates if any errors were returned from the method.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.