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

AF SDK Reference

AFAnalysisTemplate.AnalysisRule Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFAnalysisTemplate.AnalysisRule Property
The instance of the analysis rule used by the AFAnalysisTemplate to configure an analysis rule in an AFAnalysis created from this template.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public AFAnalysisRule AnalysisRule { get; }
Public ReadOnly Property AnalysisRule As AFAnalysisRule
	Get

Dim instance As AFAnalysisTemplate
Dim value As AFAnalysisRule

value = instance.AnalysisRule
public:
property AFAnalysisRule^ AnalysisRule {
	AFAnalysisRule^ get ();
}
member AnalysisRule : AFAnalysisRule with get

Property Value

Type: AFAnalysisRule
Returns the analysis rule used by the AFAnalysisTemplate to configure an analysis rule in an AFAnalysis created from this template.

Version Information

AFSDK


See Also

In This Topic