RestartComputerCommand.Delay 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.
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