AFAnalysisRule.IsModelAnalysisRuleAttribute.Value Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets a value that indicates whether the AFAnalysisRule
only supports an analysis on an AFModel target.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool Value { get; }
Public ReadOnly Property Value As Boolean Get Dim instance As AFAnalysisRuleIsModelAnalysisRuleAttribute Dim value As Boolean value = instance.Value
public: property bool Value { bool get (); }
member Value : bool with get
Property Value
Type: BooleanIf , the AFAnalysisRule only supports an analysis on an AFModel target; otherwise . The default value is if the attribute is not specified.