AFPlugIn.SupportAssembly.FileName Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The file name of the support assembly.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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