AFAnalysisRule.VariableMapping Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property represents the current variable mapping for the Analysis Rule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string VariableMapping { get; set; }
Public Property VariableMapping As String Get Set Dim instance As AFAnalysisRule Dim value As String value = instance.VariableMapping instance.VariableMapping = value
public: property String^ VariableMapping { String^ get (); void set (String^ value); }
member VariableMapping : string with get, set
Property Value
Type: StringReturns the current variable mapping of the Analysis Rule as a string.
Remarks
Setting this property to or an empty string removes all
variable mappings.