AFAnalysisRule.CurrentCase Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property returns the current case associated with the AnalysisRule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.