AFAdjustment.Case Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFCase that contains this object.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCase Case { get; }
Public ReadOnly Property Case As AFCase Get Dim instance As AFAdjustment Dim value As AFCase value = instance.Case
public: property AFCase^ Case { AFCase^ get (); }
member Case : AFCase with get
Property Value
Type: AFCaseThe AFCase that contains this object.