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