StartSleepCommand.Milliseconds 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 milliseconds.
public:
 property int Milliseconds { int get(); void set(int value); };
	public:
 property int Milliseconds { int get(); void set(int value); };
	public int Milliseconds { get; set; }
	[System.Management.Automation.Alias(new System.String[] { "ms" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Milliseconds", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int Milliseconds { get; set; }
	member this.Milliseconds : int with get, set
	[<System.Management.Automation.Alias(new System.String[] { "ms" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Milliseconds", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.Milliseconds : int with get, set
	Public Property Milliseconds As Integer
	Property Value
- Attributes