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

AF SDK Reference

AFAnalysisRules.Parent Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisRules.Parent Property
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: AFAnalysisRule
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in