AFAnalysisRuleInputDefinition.Description Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
A description for the user of how the variable will be used.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string Description { get; }
Public ReadOnly Property Description As String Get Dim instance As AFAnalysisRuleInputDefinition 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