AFPlugIn.AssemblyFileName Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Read-only property that provides the original file name of the assembly containing the plugin.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string AssemblyFileName { get; }
Public ReadOnly Property AssemblyFileName As String Get Dim instance As AFPlugIn Dim value As String value = instance.AssemblyFileName
public: property String^ AssemblyFileName { String^ get (); }
member AssemblyFileName : string with get
Property Value
Type: StringFile name of the assembly containing the plugin.