AFAnalysisRule.DisplayString Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the configuration of the AFAnalysisRule for display purposes.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual string DisplayString { get; }
Public Overridable ReadOnly Property DisplayString As String Get Dim instance As AFAnalysisRule Dim value As String value = instance.DisplayString
public: virtual property String^ DisplayString { String^ get (); }
abstract DisplayString : string with get override DisplayString : string with get
Property Value
Type: StringReturns the configuration of the AFAnalysisRule a string for display purposes. Unlike ConfigString, it does not necessarily contain all the configuration information, but only what is relevant for presenting the configuration in user interface.
Remarks
Unless overridden it returns ToString.