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