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

AF SDK Reference

AFListResults(TKey, TResult).Results Property

  • Last UpdatedNov 18, 2025
  • 1 minute read
AFListResults(TKey, TResult).Results Property
The list of results returned from a method.

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

Syntax

public IList<TResult> Results { get; }
Public ReadOnly Property Results As IList(Of TResult)
	Get

Dim instance As AFListResults
Dim value As IList(Of TResult)

value = instance.Results
public:
property IList<TResult>^ Results {
	IList<TResult>^ get ();
}
member Results : IList<'TResult> with get

Property Value

Type: IListTResult

Version Information

AFSDK


See Also

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