AFResult.Value Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property represents the result value of the case for
the element's attribute.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFValue Value { get; }
Public ReadOnly Property Value As AFValue Get Dim instance As AFResult Dim value As AFValue value = instance.Value
public: property AFValue^ Value { AFValue^ get (); }
member Value : AFValue with get
Property Value
Type: AFValueRepresents the result value of the case for the element's attribute. The returned AFValue will have its Attribute property set to the attribute associated with this result value.