UOMBaseClasses.Database Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
Syntax
public UOMDatabase Database { get; }
Public ReadOnly Property Database As UOMDatabase Get Dim instance As UOMBaseClasses 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.