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