AFAnalysisRule.Parent Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the parent analysis rule which owns this analysis rule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.