GetRandomCommand.SetSeed Property

Definition

Seed used to reinitialize random numbers generator.

public:
 property Nullable<int> SetSeed { Nullable<int> get(); void set(Nullable<int> value); };
public int? SetSeed { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNull]
public int? SetSeed { get; set; }
member this.SetSeed : Nullable<int> with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNull>]
member this.SetSeed : Nullable<int> with get, set
Public Property SetSeed As Nullable(Of Integer)

Property Value

Attributes

Applies to