AFTimeRule.PlugIn Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the AFPlugIn used to create
this instance of the plugin.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFPlugIn PlugIn { get; }
Public ReadOnly Property PlugIn As AFPlugIn Get Dim instance As AFTimeRule 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.