AFPlugIn.CompatibilityVersion Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The compatibility version number of the plugin.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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: Int32Returns 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.