AFVersion.Comment Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read/write property returns the comment associated with this version
of the owning object.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string Comment { get; set; }
Public Property Comment As String Get Set Dim instance As AFVersion 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: StringReturns the comment associated with this version of the owning object. The maximum length of this property is 1000 characters.
Remarks
This comment is used to document the reason the version was created.