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

AF SDK Reference

AFValue.Questionable Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFValue.Questionable Property
Indicates whether the value has been identified as irregular in some way by an application.

Namespace:  OSIsoft.AF.Asset
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public bool Questionable { get; set; }
Public Property Questionable As Boolean
	Get
	Set

Dim instance As AFValue
Dim value As Boolean

value = instance.Questionable

instance.Questionable = value
public:
property bool Questionable {
	bool get ();
	void set (bool value);
}
member Questionable : bool with get, set

Property Value

Type: Boolean
if the value has been identified as irregular in some way by an application.

Remarks

The equivalent result can be obtained directly from the Status by the following C# expression:
(value.Status & AFValueStatus.QualityMask) == AFValueStatus.Questionable

Version Information

AFSDK


See Also

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