Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFEnumerationValue.Value Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFEnumerationValue.Value Property
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: Int32
The 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in