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

AF SDK Reference

AFErrors(TKey).HasErrors Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFErrors(TKey).HasErrors Property
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: Boolean
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in