Parameter.Units 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 string Units { get; set; }
Public Property Units As String Get Set Dim instance As Parameter Dim value As String value = instance.Units instance.Units = value
public: property String^ Units { String^ get (); void set (String^ value); }
member Units : string with get, set