UOM.Abbreviation Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property provides a unique abbreviation for the unit of measure.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string Abbreviation { get; set; }
Public Property Abbreviation As String Get Set Dim instance As UOM Dim value As String value = instance.Abbreviation instance.Abbreviation = value
public: property String^ Abbreviation { String^ get (); void set (String^ value); }
member Abbreviation : string with get, set
Property Value
Type: StringReturns a unique abbreviation for the unit of measure.
Remarks
Beginning in AF 2.7.5, the PI System can be configured to support case-sensitive UOM
abbreviations. Previous releases only supported case-insensitive UOM abbreviations,
which limited the ability to provide standard abbreviations for units such as
megavolt (MV) and millivolt (mV).
The UomCaseSensitive feature can be checked to
determine if case-sensitive abbreviations are supported.