AFPlugIn.SupportAssemblies Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The collection of support assemblies for the AFPlugIn.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<AFPlugInSupportAssembly> SupportAssemblies { get; }
Public ReadOnly Property SupportAssemblies As IList(Of AFPlugInSupportAssembly) Get Dim instance As AFPlugIn Dim value As IList(Of AFPlugInSupportAssembly) value = instance.SupportAssemblies
public: property IList<AFPlugInSupportAssembly>^ SupportAssemblies { IList<AFPlugInSupportAssembly>^ get (); }
member SupportAssemblies : IList<AFPlugInSupportAssembly> with get
Property Value
Type: IListAFPlugInSupportAssemblyReturns the read-only collection of information about the support assemblies associated with the AFPlugIn.