AFGlobalSettings.SDKVersion Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property contains a string that uniquely identifies the
current client version of the SDK.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static string SDKVersion { get; }
Public Shared ReadOnly Property SDKVersion As String Get Dim value As String value = AFGlobalSettings.SDKVersion
public: static property String^ SDKVersion { String^ get (); }
static member SDKVersion : string with get
Property Value
Type: StringA string that uniquely identifies the current client version of the SDK.
Remarks
The format of the string has five parts with the following format:
<major version>.<minor version>.<revision>.<build number> <label>
For example, '1.2.3.4 Beta' indicates 1 as the major version, 2 as the minor version, 3 as the revision, 4 as the build number, and Beta as the label.