AFPathToken.NeedsToBeSorted Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Indicates if the list of found objects needs to be sorted before applying
the Filters.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool NeedsToBeSorted { get; }
Public ReadOnly Property NeedsToBeSorted As Boolean Get Dim instance As AFPathToken Dim value As Boolean value = instance.NeedsToBeSorted
public: property bool NeedsToBeSorted { bool get (); }
member NeedsToBeSorted : bool with get