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

AF SDK Reference

AFResults.CountInputs Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFResults.CountInputs Property
Returns the number of inputs contained in the collection of results.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public int CountInputs { get; }
Public ReadOnly Property CountInputs As Integer
	Get

Dim instance As AFResults
Dim value As Integer

value = instance.CountInputs
public:
property int CountInputs {
	int get ();
}
member CountInputs : int with get

Property Value

Type: Int32
The number of inputs contained in the collection of results. This includes all inputs with both good and bad status values.

Version Information

AFSDK


See Also

In This Topic