AFAnalysisRuleResolvedInput.IsSettable Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
True if the value of this input can be set (e.g. by a parent AFAnalysisRule).
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsSettable { get; }
Public ReadOnly Property IsSettable As Boolean Get Dim instance As AFAnalysisRuleResolvedInput Dim value As Boolean value = instance.IsSettable
public: property bool IsSettable { bool get (); }
member IsSettable : bool with get