AFAnalysisRuleVariableDefinitions.IsOutputResolutionSuppressed Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
True if the outputs of the analysis rule should be resolved
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsOutputResolutionSuppressed { get; set; }
Public Property IsOutputResolutionSuppressed As Boolean Get Set Dim instance As AFAnalysisRuleVariableDefinitions Dim value As Boolean value = instance.IsOutputResolutionSuppressed instance.IsOutputResolutionSuppressed = value
public: property bool IsOutputResolutionSuppressed { bool get (); void set (bool value); }
member IsOutputResolutionSuppressed : bool with get, set