AFAnalysisRuleVariableDefinitions.IsOutputResolutionSuppressed Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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