AddComputerCommand.Force Property
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)
Usage
'Usage
Dim instance As AddComputerCommand
Dim value As SwitchParameter
value = instance.Force
instance.Force = value
Syntax
'Declaration
<ParameterAttribute> _
Public Property Force As SwitchParameter
[ParameterAttribute]
public SwitchParameter Force { get; set; }
[ParameterAttribute]
public:
property SwitchParameter Force {
SwitchParameter get ();
void set (SwitchParameter value);
}
/** @property */
public SwitchParameter get_Force ()
/** @property */
public void set_Force (SwitchParameter value)
public function get Force () : SwitchParameter
public function set Force (value : SwitchParameter)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
AddComputerCommand Class
AddComputerCommand Members
Microsoft.PowerShell.Commands Namespace