StartSleepCommand.Seconds Property

Definition

Allows sleep time to be specified in seconds.

public:
 property int Seconds { int get(); void set(int value); };
public:
 property int Seconds { int get(); void set(int value); };
public int Seconds { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Seconds", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateRange(0, 2147483)]
public double Seconds { get; set; }
member this.Seconds : int with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Seconds", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateRange(0, 2147483)>]
member this.Seconds : double with get, set
Public Property Seconds As Integer
Public Property Seconds As Double

Property Value

Attributes

Applies to