AFAttributeVariableMap.AnalysisRule Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the analysis rule the variable is associated with.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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