AFDataReference.PlugIn Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFPlugIn used to create
this instance of the plugin.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFPlugIn PlugIn { get; }
Public ReadOnly Property PlugIn As AFPlugIn Get Dim instance As AFDataReference Dim value As AFPlugIn value = instance.PlugIn
public: property AFPlugIn^ PlugIn { AFPlugIn^ get (); }
member PlugIn : AFPlugIn with get
Property Value
Type: AFPlugInReturns the AFPlugIn used to create this instance of the plugin.