AFPlugIn.SupportAssembly.Version Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The version of the support assembly.
A string that uniquely identifies the support assembly version.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string Version { get; }
Public ReadOnly Property Version As String Get Dim instance As AFPlugInSupportAssembly Dim value As String value = instance.Version
public: property String^ Version { String^ get (); }
member Version : string with get