AFAnalysisRule.CurrentCase Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the current case associated with the AnalysisRule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCase CurrentCase { get; set; }
Public Property CurrentCase As AFCase Get Set Dim instance As AFAnalysisRule Dim value As AFCase value = instance.CurrentCase instance.CurrentCase = value
public: property AFCase^ CurrentCase { AFCase^ get (); void set (AFCase^ value); }
member CurrentCase : AFCase with get, set
Property Value
Type: AFCaseReturns the current case associated with the AnalysisRule.