AFAnalysisRule.VariableMapping Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.