UOMClasses.Database Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property allows access to the UOMDatabase associated with this
object.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public UOMDatabase Database { get; }
Public ReadOnly Property Database As UOMDatabase Get Dim instance As UOMClasses Dim value As UOMDatabase value = instance.Database
public: property UOMDatabase^ Database { UOMDatabase^ get (); }
member Database : UOMDatabase with get
Property Value
Type: UOMDatabaseReturns the UOMDatabase associated with this object.