AFKeyedResults(TKey, TResult).Results Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
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