AFAggregateRequest.Field Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The field that will be aggregated
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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