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