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