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

AF SDK Reference

AFVersion.Comment Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFVersion.Comment Property
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: String
Returns 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.

Version Information

AFSDK


See Also

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