AFPlugIn.AssemblyLoadProperties Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Read-only property that specifies the properties for loading the assembly containing the plugin.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFPlugInLoadProperties AssemblyLoadProperties { get; }
Public ReadOnly Property AssemblyLoadProperties As AFPlugInLoadProperties Get Dim instance As AFPlugIn Dim value As AFPlugInLoadProperties value = instance.AssemblyLoadProperties
public: property AFPlugInLoadProperties AssemblyLoadProperties { AFPlugInLoadProperties get (); }
member AssemblyLoadProperties : AFPlugInLoadProperties with get
Property Value
Type: AFPlugInLoadPropertiesSpecifies the properties for loading the assembly containing the plugin.