AFVersion.Comment Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.