AFSummaryRequest.WeightField Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The field used in weighting each item.
If null, no weighting will be applied.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string WeightField { get; }
Public ReadOnly Property WeightField As String Get Dim instance As AFSummaryRequest Dim value As String value = instance.WeightField
public: property String^ WeightField { String^ get (); }
member WeightField : string with get