CauClusterRoleBaseCommand.Force Property

 

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

Syntax

[ParameterAttribute]
[AliasAttribute(new string[] { ... })]
public SwitchParameter Force { get; set; }
public:
[ParameterAttribute]
[AliasAttribute(new array<String^>^ { ... })]
property SwitchParameter Force {
    SwitchParameter get();
    void set(SwitchParameter value);
}
[<ParameterAttribute>]
[<AliasAttribute([| ... |])>]
member Force : SwitchParameter with get, set
<ParameterAttribute>
<AliasAttribute(New String() { ... })>
Public Property Force As SwitchParameter

Property Value

Type: System.Management.Automation.SwitchParameter

See Also

CauClusterRoleBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top