AFAnalysisRuleOutputDefinition.DisplayName Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
Syntax
public string DisplayName { get; }
Public ReadOnly Property DisplayName As String Get Dim instance As AFAnalysisRuleOutputDefinition Dim value As String value = instance.DisplayName
public: property String^ DisplayName { String^ get (); }
member DisplayName : string with get