AFAnalysisRuleInputDefinition.DisplayName Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The name of the variable that will be shown to users.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string DisplayName { get; }
Public ReadOnly Property DisplayName As String Get Dim instance As AFAnalysisRuleInputDefinition Dim value As String value = instance.DisplayName
public: property String^ DisplayName { String^ get (); }
member DisplayName : string with get