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

AF SDK Reference

AFTimeRule.Analysis Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFTimeRule.Analysis Property
This property returns the analysis that owns this object.

Namespace:  OSIsoft.AF.Time
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public virtual AFAnalysis Analysis { get; set; }
Public Overridable Property Analysis As AFAnalysis
	Get
	Set

Dim instance As AFTimeRule
Dim value As AFAnalysis

value = instance.Analysis

instance.Analysis = value
public:
virtual property AFAnalysis^ Analysis {
	AFAnalysis^ get ();
	void set (AFAnalysis^ value);
}
abstract Analysis : AFAnalysis with get, set
override Analysis : AFAnalysis with get, set

Property Value

Type: AFAnalysis
Returns the analysis that owns this object.

Remarks

If this object is owned by an AFAnalysis, then this property will be defined and the AnalysisTemplate property will be . If this object is owned by an AFAnalysisTemplate, then this property will be and the AnalysisTemplate property will be defined.

This property is set by the AF SDK after the instance has been created. An implementation of a plugin can override the set method to perform any initialization that is necessary.

Version Information

AFSDK


See Also

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