AFAttributeVariableMap.AnalysisRule Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns the analysis rule the variable is associated with.
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 AFAttributeVariableMap Dim value As AFAnalysisRule value = instance.AnalysisRule
public: property AFAnalysisRule^ AnalysisRule { AFAnalysisRule^ get (); }
member AnalysisRule : AFAnalysisRule with get