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

AF SDK Reference

AFAnalysisRules.Analysis Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFAnalysisRules.Analysis Property
This read-only property returns the AFAnalysis that owns this object.

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

Syntax

public AFAnalysis Analysis { get; }
Public ReadOnly Property Analysis As AFAnalysis
	Get

Dim instance As AFAnalysisRules
Dim value As AFAnalysis

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

Property Value

Type: AFAnalysis
Returns the AFAnalysis that owns this object.

Remarks

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

Version Information

AFSDK


See Also

In This Topic