AFPlugIn.SupportAssemblies Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The collection of support assemblies for the AFPlugIn.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.