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

AF SDK Reference

AFPlugIn.CompatibilityVersion Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFPlugIn.CompatibilityVersion Property
The compatibility version number of the plugin.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public int CompatibilityVersion { get; }
Public ReadOnly Property CompatibilityVersion As Integer
	Get

Dim instance As AFPlugIn
Dim value As Integer

value = instance.CompatibilityVersion
public:
property int CompatibilityVersion {
	int get ();
}
member CompatibilityVersion : int with get

Property Value

Type: Int32
Returns the compatibility version number of the plugin.

Remarks

The compatibility version of the plugin indicates which version of the SDK that the plugin was designed for. A version number of one (1) indicates that it was designed for the 1.x version of the SDK. A version number of two (2) indicates that it was designed for the current version of the SDK.

Version Information

AFSDK


See Also

In This Topic
Related Links