AFAttributeTrait.AllLimits Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The list of all limit attribute traits.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static ICollection<AFAttributeTrait> AllLimits { get; }
Public Shared ReadOnly Property AllLimits As ICollection(Of AFAttributeTrait) Get Dim value As ICollection(Of AFAttributeTrait) value = AFAttributeTrait.AllLimits
public: static property ICollection<AFAttributeTrait^>^ AllLimits { ICollection<AFAttributeTrait^>^ get (); }
static member AllLimits : ICollection<AFAttributeTrait> with get
Property Value
Type: ICollectionAFAttributeTraitReturns the list of all limit attribute traits that are in order from lowest to highest priority. For example, LimitLo will be after LimitLoLo.