AFRange(T).End Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The upper bound of the range.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public T End { get; }
Public ReadOnly Property End As T Get Dim instance As AFRange Dim value As T value = instance.End
public: property T End { T get (); }
member End : 'T with get