GetRandomCommand.SetSeed 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.
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