Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAnalysisRule.VariableMapping Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisRule.VariableMapping Property
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: String
Returns the current variable mapping of the Analysis Rule as a string.

Remarks

Setting this property to or an empty string removes all variable mappings.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in