GetRandomCommand.Minimum Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Minimum number to generate.
public:
property System::Object ^ Minimum { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ Minimum { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object Minimum { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="RandomNumberParameterSet")]
public object Minimum { get; set; }
member this.Minimum : obj with get, set
[<System.Management.Automation.Parameter(ParameterSetName="RandomNumberParameterSet")>]
member this.Minimum : obj with get, set
Public Property Minimum As Object
Property Value
- Attributes