CmdletBase.ForceBootstrap Field

Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)

Usage

'Usage
Dim instance As CmdletBase
Dim value As SwitchParameter

value = instance.ForceBootstrap

instance.ForceBootstrap = value

Syntax

'Declaration
<ParameterAttribute> _
Public ForceBootstrap As SwitchParameter
[ParameterAttribute] 
public SwitchParameter ForceBootstrap
[ParameterAttribute] 
public:
SwitchParameter ForceBootstrap
/** @attribute ParameterAttribute() */ 
public SwitchParameter ForceBootstrap
ParameterAttribute 
public var ForceBootstrap : SwitchParameter

Platforms

Target Platforms

See Also

Reference

CmdletBase Class
CmdletBase Members
Microsoft.PowerShell.OneGet.CmdLets Namespace