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

AF SDK Reference

UOM.Abbreviation Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
UOM.Abbreviation Property
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: String
Returns 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.

Version Information

AFSDK


See Also

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