AFTimeRuleEvents.IsSorted Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Sets and returns if the collection is sorted.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsSorted { get; set; }
Public Property IsSorted As Boolean Get Set Dim instance As AFTimeRuleEvents Dim value As Boolean value = instance.IsSorted instance.IsSorted = value
public: property bool IsSorted { bool get (); void set (bool value); }
member IsSorted : bool with get, set