AFAggregateRequest.Field Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The field that will be aggregated
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string Field { get; }
Public ReadOnly Property Field As String Get Dim instance As AFAggregateRequest Dim value As String value = instance.Field
public: virtual property String^ Field { String^ get () sealed; }
abstract Field : string with get override Field : string with get