AFKeyedResults(TKey, TResult).Results Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The dictionary of results returned from a method.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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