UOMClass.UOMs Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets the collection of UOM (unit of measure)
objects that were created from this class.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public UOMs UOMs { get; }
Public ReadOnly Property UOMs As UOMs Get Dim instance As UOMClass Dim value As UOMs value = instance.UOMs
public: property UOMs^ UOMs { UOMs^ get (); }
member UOMs : UOMs with get
Property Value
Type: UOMsReturns the collection of UOM (unit of measure) objects that were created from this class.