AFAttributeValueQuery.AttributeUOM Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The UOM of the for the specified AttributeValue.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public UOM AttributeUOM { get; set; }
Public Property AttributeUOM As UOM Get Set Dim instance As AFAttributeValueQuery Dim value As UOM value = instance.AttributeUOM instance.AttributeUOM = value
public: property UOM^ AttributeUOM { UOM^ get (); void set (UOM^ value); }
member AttributeUOM : UOM with get, set
Property Value
Type: UOMReturns the UOM of the for the specified AttributeValue. If , then the specified AttributeValue is assumed to be in terms of the DefaultUOM of the template specified in the AttributeTemplate of the query.