GetCauRunCommand.WaitForStart Property

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[ParameterAttribute(ParameterSetName = "WaitForStart")]
public SwitchParameter WaitForStart { get; set; }
public:
[ParameterAttribute(ParameterSetName = "WaitForStart")]
property SwitchParameter WaitForStart {
    SwitchParameter get();
    void set(SwitchParameter value);
}
[<ParameterAttribute(ParameterSetName = "WaitForStart")>]
member WaitForStart : SwitchParameter with get, set
<ParameterAttribute(ParameterSetName := "WaitForStart")>
Public Property WaitForStart As SwitchParameter

Property Value

Type: System.Management.Automation.SwitchParameter

See Also

GetCauRunCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top