AFPlugIn.SupportAssembly.Version Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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