AFAggregateRequest.Description Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
A localized description of this query.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public abstract string Description { get; }
Public MustOverride ReadOnly Property Description As String Get Dim instance As AFAggregateRequest Dim value As String value = instance.Description
public: virtual property String^ Description { String^ get () abstract; }
abstract Description : string with get