PIVersionNotSupportedException.MinimumSupportedVersion Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The minimum supported version of the PIServer that supports the operation.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public Version MinimumSupportedVersion { get; }
Public ReadOnly Property MinimumSupportedVersion As Version Get Dim instance As PIVersionNotSupportedException Dim value As Version value = instance.MinimumSupportedVersion
public: property Version^ MinimumSupportedVersion { Version^ get (); }
member MinimumSupportedVersion : Version with get
Property Value
Type: VersionReturns the minimum supported version of the PIServer that supports the operation.