AFPlugIn.SupportAssembly.LoadProperties Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The load properties of the support assembly.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFPlugInLoadProperties LoadProperties { get; }
Public ReadOnly Property LoadProperties As AFPlugInLoadProperties Get Dim instance As AFPlugInSupportAssembly Dim value As AFPlugInLoadProperties value = instance.LoadProperties
public: property AFPlugInLoadProperties LoadProperties { AFPlugInLoadProperties get (); }
member LoadProperties : AFPlugInLoadProperties with get