AFAnalysisRule.Parent Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns the parent analysis rule which owns this analysis rule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAnalysisRule Parent { get; }
Public ReadOnly Property Parent As AFAnalysisRule Get Dim instance As AFAnalysisRule Dim value As AFAnalysisRule value = instance.Parent
public: property AFAnalysisRule^ Parent { AFAnalysisRule^ get (); }
member Parent : AFAnalysisRule with get
Property Value
Type: AFAnalysisRuleThe AFAnalysisRule which is utilizing this analysis rule.