Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents

AFAnalysisRule.PlugIn Property

AFAnalysisRule.PlugIn Property
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: AFPlugIn
Returns the AFPlugIn used to create this instance of the plugin.

Version Information

AFSDK


See Also

Was this topic helpful?