Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAdjustment.Comment Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAdjustment.Comment Property
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: String
A descriptive comment for the adjustment being made. The maximum length of this property is 1000 characters.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in