AFTimeRuleEvents.IsSorted Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Sets and returns if the collection is sorted.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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