AFAnalysisRules.Parent Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFAnalysisRule that owns this
collection of analysis rules.
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 AFAnalysisRules Dim value As AFAnalysisRule value = instance.Parent
public: property AFAnalysisRule^ Parent { AFAnalysisRule^ get (); }
member Parent : AFAnalysisRule with get
Property Value
Type: AFAnalysisRuleReturns the AFAnalysisRule that is the parent of this collection of analysis rules. If the collection is not contained within another analysis rule, for example if it is in the top level collection from the AFAnalysis object, then this property will return .
Remarks
Use the Analysis property to get direct access to the owning analysis of this
collection, regardless of how deep the analysis rule collection may be within the
analysis rule hierarchy.