AFAnalysisRuleInputDefinition.IsOptional Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
If true, it is not a configuration error if this input cannot be resolved
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsOptional { get; }
Public ReadOnly Property IsOptional As Boolean Get Dim instance As AFAnalysisRuleInputDefinition Dim value As Boolean value = instance.IsOptional
public: property bool IsOptional { bool get (); }
member IsOptional : bool with get