AFEnumerationValue.Value Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The unique numeric value of the AFEnumerationValue within the AFEnumerationSet to which it belongs.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int Value { get; set; }
Public Property Value As Integer Get Set Dim instance As AFEnumerationValue Dim value As Integer value = instance.Value instance.Value = value
public: property int Value { int get (); void set (int value); }
member Value : int with get, set
Property Value
Type: Int32The unique numeric value of the AFEnumerationValue within the AFEnumerationSet to which it belongs.
Remarks
Enumerated values are stored via their name and numeric value. So changing or deleting the Value
can invalidate previously saved data.