AFAdjustment.Comment Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property contains a descriptive comment for the adjustment being made. This is
the only field that you can update after the adjustment has been created.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string Comment { get; set; }
Public Property Comment As String Get Set Dim instance As AFAdjustment Dim value As String value = instance.Comment instance.Comment = value
public: property String^ Comment { String^ get (); void set (String^ value); }
member Comment : string with get, set
Property Value
Type: StringA descriptive comment for the adjustment being made. The maximum length of this property is 1000 characters.