AFEnumerationValue.ShortName Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The short name of a hierarchical enumeration value.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string ShortName { get; set; }
Public Property ShortName As String Get Set Dim instance As AFEnumerationValue Dim value As String value = instance.ShortName instance.ShortName = value
public: property String^ ShortName { String^ get (); void set (String^ value); }
member ShortName : string with get, set
Property Value
Type: StringIf this enumeration value is a child of another value, then this property returns the short name of this hierarchical enumeration value. Otherwise, this property returns the same value as the Name property.