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