AFAnalysisRuleOutputDefinition.IsMappingConfigurable Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
True if the mapping configuration can be modified for this variable
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsMappingConfigurable { get; }
Public ReadOnly Property IsMappingConfigurable As Boolean Get Dim instance As AFAnalysisRuleOutputDefinition Dim value As Boolean value = instance.IsMappingConfigurable
public: property bool IsMappingConfigurable { bool get (); }
member IsMappingConfigurable : bool with get