AFPathToken.NeedsToBeSorted Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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