AFGroupingRequest(TGroup).MaximumGroups Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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