RestartComputerCommand.Delay Property

Definition

Specify the Delay parameter. The specific time interval (in second) to wait between network pings or service queries.

public:
 property short Delay { short get(); void set(short value); };
public:
 property short Delay { short get(); void set(short value); };
public short Delay { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="DefaultSet")]
[System.Management.Automation.ValidateRange(1, 32767)]
public short Delay { get; set; }
member this.Delay : int16 with get, set
[<System.Management.Automation.Parameter(ParameterSetName="DefaultSet")>]
[<System.Management.Automation.ValidateRange(1, 32767)>]
member this.Delay : int16 with get, set
Public Property Delay As Short

Property Value

Attributes

Applies to