AFAnalysisRuleResolvedInput.Description Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the description provided for this input to show to a user.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string Description { get; }
Public ReadOnly Property Description As String Get Dim instance As AFAnalysisRuleResolvedInput Dim value As String value = instance.Description
public: virtual property String^ Description { String^ get () sealed; }
abstract Description : string with get override Description : string with get