AFAnalysisRuleInputDefinition.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 virtual bool IsMappingConfigurable { get; }
Public Overridable ReadOnly Property IsMappingConfigurable As Boolean Get Dim instance As AFAnalysisRuleInputDefinition Dim value As Boolean value = instance.IsMappingConfigurable
public: virtual property bool IsMappingConfigurable { bool get (); }
abstract IsMappingConfigurable : bool with get override IsMappingConfigurable : bool with get