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

AF SDK Reference

AFKeyedResults(TKey, TResult).Results Property

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

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

Syntax

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

Dim instance As AFKeyedResults
Dim value As IDictionary(Of TKey, TResult)

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

Property Value

Type: IDictionaryTKey, TResult

Version Information

AFSDK


See Also

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