AFAnalysisRule.SupportedBehaviors Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Defines the behavior supported by this analysis rule. If the analysis rule supports child analysis rules, their supported behavior is accounted for.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual AFAnalysisRuleBehaviors SupportedBehaviors { get; }
Public Overridable ReadOnly Property SupportedBehaviors As AFAnalysisRuleBehaviors Get Dim instance As AFAnalysisRule Dim value As AFAnalysisRuleBehaviors value = instance.SupportedBehaviors
public: virtual property AFAnalysisRuleBehaviors SupportedBehaviors { AFAnalysisRuleBehaviors get (); }
abstract SupportedBehaviors : AFAnalysisRuleBehaviors with get override SupportedBehaviors : AFAnalysisRuleBehaviors with get