StartSleepCommand.Seconds 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.
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