AFAnalysisRule.PlugIn Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
This read-only property returns the AFPlugIn used to create
this instance of the plugin.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public AFPlugIn PlugIn { get; }
Public ReadOnly Property PlugIn As AFPlugIn Get Dim instance As AFAnalysisRule 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.