AFGroupingRequest(TGroup).MaximumGroups Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The maximum number of groups permitted. Any groups beyond this limit will register as out of range.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int MaximumGroups { get; }
Public ReadOnly Property MaximumGroups As Integer Get Dim instance As AFGroupingRequest Dim value As Integer value = instance.MaximumGroups
public: property int MaximumGroups { int get (); }
member MaximumGroups : int with get