AFServer.UOMDatabase Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
public UOMDatabase UOMDatabase { get; }
Public ReadOnly Property UOMDatabase As UOMDatabase Get Dim instance As AFServer Dim value As UOMDatabase value = instance.UOMDatabase
public: property UOMDatabase^ UOMDatabase { UOMDatabase^ get (); }
member UOMDatabase : UOMDatabase with get